MCPcopy Index your code
hub / github.com/simstudioai/sim / isSimExecuted

Function isSimExecuted

apps/sim/lib/copilot/tool-executor/router.ts:26–28  ·  view source on GitHub ↗
(toolId: string)

Source from the content-addressed store, hash-verified

24}
25
26export function isSimExecuted(toolId: string): boolean {
27 return getToolEntry(toolId)?.route === 'sim'
28}
29
30export function isGoExecuted(toolId: string): boolean {
31 return getToolEntry(toolId)?.route === 'go'

Callers 4

handleCallPhaseFunction · 0.90
dispatchToolExecutionFunction · 0.90
executeToolFunction · 0.90

Calls 1

getToolEntryFunction · 0.85

Tested by

no test coverage detected