Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/git-lfs/git-lfs
/ isIdKey
Method
isIdKey
locking/cache.go:101–103 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(c *LockCache) isIdKey(key string) bool {
102
return
strings.HasPrefix(key, idKeyPrefix)
103
}
Callers
3
Locks
Method · 0.95
encodeIdKey
Method · 0.95
decodeIdKey
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected