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

Interface ParsedConfig

src/project-config.ts:73–78  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72/** Parsed, validated view of a project's `codegraph.json`. */
73interface ParsedConfig {
74 extensions: Record<string, Language>;
75 includeIgnored: string[];
76 exclude: string[];
77 include: string[];
78}
79
80interface CacheEntry {
81 mtimeMs: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected