Skip to documentation
SLOP

tiny.sql.exportHistoryPackBytes

Reference tiny.sql exportHistoryPackBytes

Defined in sync.

Called byCallstest sourcelib.sql.src.synctest: sync byte packs import and fetc...test sourcelib.sql.src.synctest: sync record packs re-export fro...test sourcelib.sql.src.synctest: sync record packs stay within h...private sourcelib.sql.src.syncbuilderForRefssyncexportBytesAll
Static calls · unresolved targets: 0 · external targets: 4.

Source

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

zig
pub fn exportBytesAll(allocator: Allocator, source: *const history_mod.History) Error![]u8 {    const refs = try source.refList(allocator);    defer history_mod.freeRefList(allocator, refs);    var builder = try builderForRefs(allocator, source, refs);    defer builder.deinit();    return try builder.encodeBytes();}

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

zig
pub const exportHistoryPackBytes = sync.exportBytesAll;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433