MCPcopy 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
34export function hasHandler(toolId: string): boolean {
35 return handlerRegistry.has(toolId)
36}
37
38export function clearHandlers(): void {
39 handlerRegistry.clear()

Callers 1

executeToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected