Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ Lock
Method
Lock
cache/cached.go:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
func
(e *CachedEntityBase[SnapT, OpT]) Lock() {
98
e.mu.Lock()
99
}
100
101
func
(e *CachedEntityBase[SnapT, OpT]) CreateLamportTime() lamport.Time {
102
return
e.entity.CreateLamportTime()
Callers
nothing calls this directly
Calls
1
Lock
Method · 0.65
Tested by
no test coverage detected