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

Struct adapterConfig

tq/transfer.go:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205type adapterConfig struct {
206 apiClient *lfsapi.Client
207 concurrentTransfers int
208 remote string
209}
210
211func (c *adapterConfig) ConcurrentTransfers() int {
212 return c.concurrentTransfers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected