| 40 | } |
| 41 | |
| 42 | type fakeDevCache struct{} |
| 43 | |
| 44 | func (f fakeDevCache) GetDir() string { return "" } |
| 45 | func (f fakeDevCache) GetDevArtifactCache() context.DevAritifactCache { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected