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

Method SearchVerifiable

locking/api.go:19–19  ·  view source on GitHub ↗
(remote string, vreq *lockVerifiableRequest)

Source from the content-addressed store, hash-verified

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
22type httpLockClient struct {

Callers 2

SearchVerifiableMethod · 0.65
SearchLocksVerifiableMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected