Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ hasHandler
Function
hasHandler
apps/sim/lib/copilot/tool-executor/executor.ts:34–36 ·
view source on GitHub ↗
(toolId: string)
Source
from the content-addressed store, hash-verified
32
}
33
34
export
function
hasHandler(toolId: string): boolean {
35
return
handlerRegistry.has(toolId)
36
}
37
38
export
function
clearHandlers(): void {
39
handlerRegistry.clear()
Callers
1
executeTool
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected