Skip to documentation
SLOP

tiny.sql.pushHistoryFileFastForward

Reference tiny.sql pushHistoryFileFastForward

Defined in sync.

Called byCallstest sourcelib.sql.src.synctest: sync file remotes clone fetch p...syncpushFileFastForwardTosyncpushFileFastForward
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/sql/src/sync.zig:1451

zig
pub fn pushFileFastForward(allocator: Allocator, local: *const history_mod.History, remote: FileRemote, ref_name: []const u8) Error!Stats {    return try pushFileFastForwardTo(allocator, local, remote, ref_name, ref_name);}

Source: lib/sql/src/root.zig:154

zig
pub const pushHistoryFileFastForward = sync.pushFileFastForward;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433