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

Method get

kayak/waiter.go:123–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (i *waitItem) get() *kt.Log {
124 i.l.RLock()
125 defer i.l.RUnlock()
126
127 return i.log
128}
129
130func (i *waitItem) set(l *kt.Log) {
131 i.l.Lock()

Callers 4

TestTrackerFunction · 0.45
doLeaderPrepareMethod · 0.45
doLeaderCommitMethod · 0.45
waitForLogMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestTrackerFunction · 0.36