MCPcopy
hub / github.com/colbymchenry/codegraph / ParsedConfig

Interface ParsedConfig

src/project-config.ts:59–63  ·  view source on GitHub ↗

Parsed, validated view of a project's `codegraph.json`.

Source from the content-addressed store, hash-verified

57
58/** Parsed, validated view of a project's `codegraph.json`. */
59interface ParsedConfig {
60 extensions: Record<string, Language>;
61 includeIgnored: string[];
62 exclude: string[];
63}
64
65interface CacheEntry {
66 mtimeMs: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected