MCPcopy
hub / github.com/git-lfs/git-lfs / Unlock

Method Unlock

locking/api.go:17–17  ·  view source on GitHub ↗
(ref *git.Ref, remote, id string, force bool)

Source from the content-addressed store, hash-verified

15type lockClient interface {
16 Lock(remote string, lockReq *lockRequest) (*lockResponse, int, error)
17 Unlock(ref *git.Ref, remote, id string, force bool) (*unlockResponse, int, error)
18 Search(remote string, searchReq *lockSearchRequest) (*lockList, int, error)
19 SearchVerifiable(remote string, vreq *lockVerifiableRequest) (*lockVerifiableList, int, error)
20}

Callers 15

SetMethod · 0.65
RemoveMethod · 0.65
RemoveAllMethod · 0.65
SaveMethod · 0.65
UnlockMethod · 0.65
UnlockFileByIdMethod · 0.65
LockMethod · 0.65
UnlockMethod · 0.65
SearchMethod · 0.65
SearchVerifiableMethod · 0.65
ensureLockablesLoadedMethod · 0.65
FilesForMethod · 0.65

Implementers 3

httpLockClientlocking/api.go
genericLockClientlocking/api.go
sshLockClientlocking/ssh.go

Calls

no outgoing calls

Tested by

no test coverage detected