| 6 | ) |
| 7 | |
| 8 | type cacheEntry struct { |
| 9 | ModNS int64 `json:"mod_ns"` |
| 10 | Size int64 `json:"size"` |
| 11 | Rollup FileRollup `json:"rollup"` |
| 12 | } |
| 13 | |
| 14 | // Cache maps a jsonl path to its last-scanned rollup, keyed by file |
| 15 | // identity (mod time + size) so unchanged files are not rescanned. |
nothing calls this directly
no outgoing calls
no test coverage detected