tiny.sql.exportHistoryRefPackBytes
Defined in sync.
Source
Source: lib/sql/src/sync.zig:1202
zig
pub fn exportRefNameBytes(allocator: Allocator, source: *const history_mod.History, names: []const []const u8) Error![]u8 { const refs = try refsForNames(allocator, source, names); defer allocator.free(refs); var builder = try builderForRefs(allocator, source, refs); defer builder.deinit(); return try builder.encodeBytes();}Source: lib/sql/src/root.zig:139
zig
pub const exportHistoryRefPackBytes = sync.exportRefNameBytes;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |