MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / invalidateSymbolGraph

Function invalidateSymbolGraph

src/context/symbol-graph.ts:64–66  ·  view source on GitHub ↗
(projectRoot: string)

Source from the content-addressed store, hash-verified

62
63/** Invalidate the cached graph for a project (e.g. after a big refactor). */
64export function invalidateSymbolGraph(projectRoot: string): void {
65 _cache.delete(projectRoot);
66}
67
68export interface DependencyContext {
69 file: string;

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected