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

Interface ParsedConfig

src/project-config.ts:88–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87/** Parsed, validated view of a project's `codegraph.json`. */
88interface ParsedConfig {
89 extensions: Record<string, Language>;
90 includeIgnored: string[];
91 exclude: string[];
92 deprioritize: string[];
93 include: string[];
94}
95
96interface CacheEntry {
97 mtimeMs: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected