Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ clearHandlers
Function
clearHandlers
apps/sim/lib/copilot/tool-executor/executor.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
export
function
clearHandlers(): void {
39
handlerRegistry.clear()
40
}
41
42
export
async
function
executeTool(
43
toolId: string,
Callers
1
executor.test.ts
File · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected