MCPcopy Create free account
hub / github.com/Facets-cloud/flow / cacheEntry

Struct cacheEntry

internal/stats/cache.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected