Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ lockState
Struct
lockState
fs/cachefs/cache_test.go:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
type
lockState
struct
{
142
l sync.Locker
143
locked atomic.Int32
144
}
145
146
// +checklocksacquire:ls.l
147
func
(ls *lockState) Lock() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected