tiny.sql.exportHistoryPack
Defined in sync.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |