---- test fakes ----
| 15 | // ---- test fakes ---- |
| 16 | |
| 17 | type fakePkgCache struct { |
| 18 | dir string |
| 19 | writable bool |
| 20 | } |
| 21 | |
| 22 | func (f fakePkgCache) GetDir(dirType context.PkgCacheDirType) string { |
| 23 | switch dirType { |
nothing calls this directly
no outgoing calls
no test coverage detected