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