()
| 56 | } |
| 57 | |
| 58 | func newCacheSource() *cacheSource { |
| 59 | return &cacheSource{ |
| 60 | data: make(map[string][]fs.Entry), |
| 61 | callCounter: make(map[string]int), |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | type cacheVerifier struct { |
| 66 | cache *Cache |
no outgoing calls
no test coverage detected