| 45 | func (f fakeDevCache) GetDevArtifactCache() context.DevAritifactCache { return nil } |
| 46 | |
| 47 | type fakeContext struct { |
| 48 | pkgCache fakePkgCache |
| 49 | devCache fakeDevCache |
| 50 | offline bool |
| 51 | } |
| 52 | |
| 53 | func (fakeContext) Version() string { return "test" } |
| 54 | func (fakeContext) Platform() context.Platform { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected