Skip to documentation
SLOP

tiny.sql.importHistoryPack

Reference tiny.sql importHistoryPack

Defined in sync.

Called byCallssynccloneAllsyncimportObjectssyncimportPack
Static calls · unresolved targets: 0 · external targets: 1.

Source

Source: lib/sql/src/sync.zig:1224

zig
pub fn importPack(target: *history_mod.History, pack: *const Pack) Error!Stats {    var stats = try importObjects(target, pack);    for (pack.refs) |ref_value| {        try target.putRef(.{            .name = ref_value.name,            .target = ref_value.target,        });        stats.refs += 1;    }    return stats;}

Source: lib/sql/src/root.zig:142

zig
pub const importHistoryPack = sync.importPack;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433