Skip to documentation
SLOP

tiny.sql.fetchHistoryPackBytes

Reference tiny.sql fetchHistoryPackBytes

Defined in sync.

Called byCallstest sourcelib.sql.src.synctest: sync byte packs import and fetc...test sourcelib.sql.src.synctest: sync negotiated fetch advertise...syncdecodePacksyncfetchPacksyncfetchBytes
Static calls · unresolved targets: 0 · external targets: 1.

Source

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

zig
pub fn fetchBytes(allocator: Allocator, local: *history_mod.History, bytes: []const u8, options: FetchOptions) Error!Stats {    var pack = try decodePack(allocator, bytes);    defer pack.deinit();    return try fetchPack(allocator, local, &pack, options);}

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

zig
pub const fetchHistoryPackBytes = sync.fetchBytes;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433