Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ LockCache
Struct
LockCache
locking/cache.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
LockCache
struct
{
17
kv *kv.Store
18
}
19
20
func
NewLockCache(filepath string) (*LockCache, error) {
21
kv, err := kv.NewStore(filepath)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected