Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ Add
Method
Add
locking/locks.go:33–33 ·
view source on GitHub ↗
(l Lock)
Source
from the content-addressed store, hash-verified
31
32
type
LockCacher
interface
{
33
Add(l Lock) error
34
RemoveByPath(filePath string) error
35
RemoveById(id string) error
36
Locks() []Lock
Callers
14
Search
Method · 0.65
LockFile
Method · 0.65
SearchLocksVerifiable
Method · 0.65
TestCopyCallbackFileThrottle
Function · 0.65
revListIndex
Function · 0.65
CopyCallbackFile
Method · 0.65
scanRefsByTree
Function · 0.65
newSyncLogger
Function · 0.65
logTransfer
Method · 0.65
TestSSHCacheResolveFromCacheWithFutureExpiresAt
Function · 0.65
TestSSHCacheResolveFromCacheWithPastExpiresAt
Function · 0.65
TestSSHCacheResolveFromCacheWithAmbiguousExpirationInfo
Function · 0.65
Implementers
2
nilLockCacher
locking/locks.go
LockCache
locking/cache.go
Calls
no outgoing calls
Tested by
4
TestCopyCallbackFileThrottle
Function · 0.52
TestSSHCacheResolveFromCacheWithFutureExpiresAt
Function · 0.52
TestSSHCacheResolveFromCacheWithPastExpiresAt
Function · 0.52
TestSSHCacheResolveFromCacheWithAmbiguousExpirationInfo
Function · 0.52