MCPcopy 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
101func (c *LockCache) isIdKey(key string) bool {
102 return strings.HasPrefix(key, idKeyPrefix)
103}

Callers 3

LocksMethod · 0.95
encodeIdKeyMethod · 0.95
decodeIdKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected