tiny.sql.cloneHistory
Defined in sync.
Source
Source: lib/sql/src/sync.zig:1354
zig
pub fn cloneAll(allocator: Allocator, source: *const history_mod.History, target: *history_mod.History) Error!Stats { var pack = try exportAll(allocator, source); defer pack.deinit(); return try importPack(target, &pack);}Source: lib/sql/src/root.zig:144
zig
pub const cloneHistory = sync.cloneAll;Complete caller list
7 direct callers.
tiny.sql.sync.cloneFile[function] atlib/sql/src/sync.zig:1435lib.sql.src.sync.test_sync_clone_copies_committed_conflict_roots[function] — test source atlib/sql/src/sync.zig:2414in nearest public ownertiny.sql.synclib.sql.src.sync.test_sync_clone_copies_reachable_history_and_refs[function] — test source atlib/sql/src/sync.zig:1862in nearest public ownertiny.sql.synclib.sql.src.sync.test_sync_fetch_and_push_transfer_only_missing_objects[function] — test source atlib/sql/src/sync.zig:2106in nearest public ownertiny.sql.synclib.sql.src.sync.test_sync_history_planning_reports_relation_and_missing_pack_counts[function] — test source atlib/sql/src/sync.zig:1899in nearest public ownertiny.sql.synclib.sql.src.sync.test_sync_negotiated_fetch_advertises_refs_and_returns_requested_missing_pack[function] — test source atlib/sql/src/sync.zig:2156in nearest public ownertiny.sql.synclib.sql.src.sync.test_sync_push_fast_forwards_remote_refs_and_rejects_divergence[function] — test source atlib/sql/src/sync.zig:2499in nearest public ownertiny.sql.sync
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |