Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
176
export
function
resetKernelForTests(): void {
177
cached = undefined;
178
kernelLanguages =
new
Set();
179
}
Callers
14
kernel-dart-parity.test.ts
File · 0.90
kernel-rustlang-parity.test.ts
File · 0.90
kernel-grammar-parity.test.ts
File · 0.90
kernel-ruby-parity.test.ts
File · 0.90
kernel-csharp-parity.test.ts
File · 0.90
kernel-php-parity.test.ts
File · 0.90
kernel-ccpp-parity.test.ts
File · 0.90
kernel-kotlin-parity.test.ts
File · 0.90
kernel-r-parity.test.ts
File · 0.90
kernel-lua-parity.test.ts
File · 0.90
kernel-tsjs-parity.test.ts
File · 0.90
kernel-swift-parity.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected