()
| 36 | func (f fakePkgCache) GetCacheDownloads() bool { return true } |
| 37 | func (f fakePkgCache) GetArtifactCache() context.AritifactCache { return nil } |
| 38 | func (f fakePkgCache) GetRepoCache() context.RepoCache { |
| 39 | return NewRepoConfig(fakeContext{pkgCache: f}, f.writable) |
| 40 | } |
| 41 | |
| 42 | type fakeDevCache struct{} |
| 43 |
nothing calls this directly
no test coverage detected