MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / clearCache

Method clearCache

src/db/queries.ts:526–528  ·  view source on GitHub ↗

* Clear the node cache

()

Source from the content-addressed store, hash-verified

524 * Clear the node cache
525 */
526 clearCache(): void {
527 this.nodeCache.clear();
528 }
529
530 /**
531 * Get all nodes in a file

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected