| 14 | ) |
| 15 | |
| 16 | type RepoConfig struct { |
| 17 | ctx context.Context |
| 18 | writable bool |
| 19 | chattrFS *fileio.ChattrFS |
| 20 | } |
| 21 | |
| 22 | func NewRepoConfig(ctx context.Context, writable bool) *RepoConfig { |
| 23 | pkgCacheConfig := ctx.PkgCacheConfig() |
nothing calls this directly
no outgoing calls
no test coverage detected