()
| 82 | } |
| 83 | |
| 84 | func (c *connectOptions) getFormatBlobCacheDuration() time.Duration { |
| 85 | if c.disableFormatBlobCache { |
| 86 | return -1 |
| 87 | } |
| 88 | |
| 89 | return c.formatBlobCacheDuration |
| 90 | } |
| 91 | |
| 92 | func (c *connectOptions) toRepoConnectOptions() *repo.ConnectOptions { |
| 93 | return &repo.ConnectOptions{ |
no outgoing calls
no test coverage detected