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

Struct genericLockClient

locking/api.go:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324type genericLockClient struct {
325 client *lfsapi.Client
326 lclients map[lockClientInfo]lockClient
327}
328
329func newGenericLockClient(client *lfsapi.Client) *genericLockClient {
330 return &genericLockClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected