| 13 | ) |
| 14 | |
| 15 | type DevArtifactCache struct { |
| 16 | cacheDir string |
| 17 | ctx context.Context |
| 18 | } |
| 19 | |
| 20 | func NewDevArtifactCache(ctx context.Context, cacheDir string) *DevArtifactCache { |
| 21 | return &DevArtifactCache{ |
nothing calls this directly
no outgoing calls
no test coverage detected