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

Function isClientExecuted

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

Source from the content-addressed store, hash-verified

32}
33
34export function isClientExecuted(toolId: string): boolean {
35 return getToolEntry(toolId)?.route === 'client'
36}
37
38export function isKnownTool(toolId: string): boolean {
39 return isToolInCatalog(toolId)

Callers 1

executeToolFunction · 0.90

Calls 1

getToolEntryFunction · 0.85

Tested by

no test coverage detected