MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / doCommit

Method doCommit

kayak/callbacks.go:52–55  ·  view source on GitHub ↗
(ctx context.Context, req interface{}, isLeader bool)

Source from the content-addressed store, hash-verified

50}
51
52func (r *Runtime) doCommit(ctx context.Context, req interface{}, isLeader bool) (result interface{}, err error) {
53 defer trace.StartRegion(ctx, "commitCallback").End()
54 return r.sh.Commit(req, isLeader)
55}

Callers 2

leaderDoCommitMethod · 0.95
followerDoCommitMethod · 0.95

Calls 3

StartRegionFunction · 0.92
CommitMethod · 0.65
EndMethod · 0.45

Tested by

no test coverage detected