Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
func
(i *waitItem) get() *kt.Log {
124
i.l.RLock()
125
defer
i.l.RUnlock()
126
127
return
i.log
128
}
129
130
func
(i *waitItem) set(l *kt.Log) {
131
i.l.Lock()
Callers
4
TestTracker
Function · 0.45
doLeaderPrepare
Method · 0.45
doLeaderCommit
Method · 0.45
waitForLog
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestTracker
Function · 0.36