Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ isKnownTool
Function
isKnownTool
apps/sim/lib/copilot/tool-executor/router.ts:38–40 ·
view source on GitHub ↗
(toolId: string)
Source
from the content-addressed store, hash-verified
36
}
37
38
export
function
isKnownTool(toolId: string): boolean {
39
return
isToolInCatalog(toolId)
40
}
41
42
interface
PartitionedBatch {
43
sim: ToolCallDescriptor[]
Callers
1
executeTool
Function · 0.90
Calls
1
isToolInCatalog
Function · 0.85
Tested by
no test coverage detected