MCPcopy Index your code
hub / github.com/coder/mux / clearTypeCaches

Function clearTypeCaches

src/node/services/tools/code_execution.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 * Clear all type caches. Call for test isolation or when tool schemas might have changed.
26 */
27export function clearTypeCaches(): void {
28 clearTypeCache();
29}
30
31/** PTC event with parentToolCallId attached by code_execution */
32export type PTCEventWithParent = PTCEvent & { parentToolCallId: string };

Callers 1

Calls 1

clearTypeCacheFunction · 0.90

Tested by

no test coverage detected