Skip to documentation
SLOP

tiny.sql.cloneHistory

Reference tiny.sql cloneHistory

Defined in sync.

Called byCallssynccloneFiletest sourcelib.sql.src.synctest: sync clone copies committed con...test sourcelib.sql.src.synctest: sync clone copies reachable his...test sourcelib.sql.src.synctest: sync fetch and push transfer on...test sourcelib.sql.src.synctest: sync history planning reports r...+2 moresyncexportAllsyncimportPacksynccloneAll
Static calls · unresolved targets: 0 · external targets: 1.

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.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433