Skip to documentation
SLOP

tiny.sql.exportMissingHistoryRefPack

Reference tiny.sql exportMissingHistoryRefPack

Defined in sync.

Called byCallsrepositoryRepositorysyncplanHistoryAdoptsyncplanHistoryTransfersyncpullFastForwardsyncpushFastForwardTotest sourcelib.sql.src.synctest: sync history planning reports r...syncexportMissingRefsprivate sourcelib.sql.src.syncrefsForNamessyncexportMissingRefNames
Static calls · unresolved targets: 0 · external targets: 1.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433