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

Method Set

kayak/runtime.go:154–159  ·  view source on GitHub ↗
(cr *commitResult)

Source from the content-addressed store, hash-verified

152}
153
154func (f *commitFuture) Set(cr *commitResult) {
155 select {
156 case f.ch <- cr:
157 default:
158 }
159}
160
161// NewRuntime creates new kayak Runtime.
162func NewRuntime(cfg *kt.RuntimeConfig) (rt *Runtime, err error) {

Callers 7

NewChainWithContextFunction · 0.45
updateMetricsMethod · 0.45
TestU256Function · 0.45
leaderCommitResultMethod · 0.45
followerCommitResultMethod · 0.45
leaderDoCommitMethod · 0.45
followerDoCommitMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestU256Function · 0.36