Skip to documentation
SLOP

tiny.sql.exportHistoryPack

Reference tiny.sql exportHistoryPack

Defined in sync.

Called byCallsrepositoryRepositorysynccloneAlltest sourcelib.sql.src.synctest: sync pack import rejects tamper...syncexportRefssyncexportAll
Static calls · unresolved targets: 0 · external targets: 2.

Source

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

zig
pub fn exportAll(allocator: Allocator, source: *const history_mod.History) Error!Pack {    const refs = try source.refList(allocator);    defer history_mod.freeRefList(allocator, refs);    return try exportRefs(allocator, source, refs);}

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

zig
pub const exportHistoryPack = sync.exportAll;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433