MCPcopy
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
32type LockCacher interface {
33 Add(l Lock) error
34 RemoveByPath(filePath string) error
35 RemoveById(id string) error
36 Locks() []Lock

Callers 14

SearchMethod · 0.65
LockFileMethod · 0.65
SearchLocksVerifiableMethod · 0.65
revListIndexFunction · 0.65
CopyCallbackFileMethod · 0.65
scanRefsByTreeFunction · 0.65
newSyncLoggerFunction · 0.65
logTransferMethod · 0.65

Implementers 2

nilLockCacherlocking/locks.go
LockCachelocking/cache.go

Calls

no outgoing calls