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

Method Search

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

Source from the content-addressed store, hash-verified

361}
362
363func (c *genericLockClient) Search(remote string, searchReq *lockSearchRequest) (*lockList, int, error) {
364 return c.getClient(remote, "download").Search(remote, searchReq)
365}
366
367func (c *genericLockClient) SearchVerifiable(remote string, vreq *lockVerifiableRequest) (*lockVerifiableList, int, error) {
368 return c.getClient(remote, "upload").SearchVerifiable(remote, vreq)

Callers

nothing calls this directly

Calls 2

getClientMethod · 0.95
SearchMethod · 0.65

Tested by

no test coverage detected