| 203 | } |
| 204 | |
| 205 | type adapterConfig struct { |
| 206 | apiClient *lfsapi.Client |
| 207 | concurrentTransfers int |
| 208 | remote string |
| 209 | } |
| 210 | |
| 211 | func (c *adapterConfig) ConcurrentTransfers() int { |
| 212 | return c.concurrentTransfers |
nothing calls this directly
no outgoing calls
no test coverage detected