MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / newGenericLockClient

Function newGenericLockClient

locking/api.go:329–334  ·  view source on GitHub ↗
(client *lfsapi.Client)

Source from the content-addressed store, hash-verified

327}
328
329func newGenericLockClient(client *lfsapi.Client) *genericLockClient {
330 return &genericLockClient{
331 client: client,
332 lclients: make(map[lockClientInfo]lockClient),
333 }
334}
335
336func (c *genericLockClient) getClient(remote, operation string) lockClient {
337 info := lockClientInfo{

Callers 1

NewClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected