tiny.sql.exportMissingHistoryRefPack
Defined in sync.
Source
Source: lib/sql/src/sync.zig:1150
zig
pub fn exportMissingRefNames(allocator: Allocator, source: *const history_mod.History, have: *const history_mod.History, names: []const []const u8) Error!Pack { const refs = try refsForNames(allocator, source, names); defer allocator.free(refs); return try exportMissingRefs(allocator, source, have, refs);}Source: lib/sql/src/root.zig:135
zig
pub const exportMissingHistoryRefPack = sync.exportMissingRefNames;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |