Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ getToolEntry
Function
getToolEntry
apps/sim/lib/copilot/tool-executor/router.ts:10–12 ·
view source on GitHub ↗
(toolId: string)
Source
from the content-addressed store, hash-verified
8
}
9
10
export
function
getToolEntry(toolId: string): ToolCatalogEntry | undefined {
11
return
TOOL_CATALOG[toolId]
12
}
13
14
export
type
ToolRoute = {
15
route: ToolRouteTarget
Callers
7
prePersistClientExecutableToolCall
Function · 0.90
handleCallPhase
Function · 0.90
buildIntegrationToolSchemasUncached
Function · 0.90
routeToolCall
Function · 0.85
isSimExecuted
Function · 0.85
isGoExecuted
Function · 0.85
isClientExecuted
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected