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

Function resetKernelForTests

src/extraction/kernel/loader.ts:176–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175/** Test hook: forget the loaded module so a changed env is re-evaluated. */
176export function resetKernelForTests(): void {
177 cached = undefined;
178 kernelLanguages = new Set();
179}

Calls

no outgoing calls

Tested by

no test coverage detected