MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / CacheEntry

Interface CacheEntry

src/project-config.ts:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80interface CacheEntry {
81 mtimeMs: number;
82 config: ParsedConfig;
83}
84
85/**
86 * Cache keyed by project root. The loader is called once per indexing/scan/sync

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected