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

Method Search

locking/api.go:18–18  ·  view source on GitHub ↗
(remote string, searchReq *lockSearchRequest)

Source from the content-addressed store, hash-verified

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}
21

Callers 3

SearchMethod · 0.65
searchRemoteLocksMethod · 0.65
lockIdFromPathMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected