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

Function isGoExecuted

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

Source from the content-addressed store, hash-verified

28}
29
30export function isGoExecuted(toolId: string): boolean {
31 return getToolEntry(toolId)?.route === 'go'
32}
33
34export function isClientExecuted(toolId: string): boolean {
35 return getToolEntry(toolId)?.route === 'client'

Callers

nothing calls this directly

Calls 1

getToolEntryFunction · 0.85

Tested by

no test coverage detected