MCPcopy
hub / github.com/simstudioai/sim / execute

Method execute

apps/sim/executor/types.ts:519–519  ·  view source on GitHub ↗
(
    ctx: ExecutionContext,
    block: SerializedBlock,
    inputs: Record<string, any>
  )

Source from the content-addressed store, hash-verified

517 canHandle(block: SerializedBlock): boolean
518
519 execute(
520 ctx: ExecutionContext,
521 block: SerializedBlock,
522 inputs: Record<string, any>

Callers 15

ensureRowCountTriggersFunction · 0.65
verifyRowCountTriggersFunction · 0.65
mainFunction · 0.65
execute.test.tsFile · 0.65
request.test.tsFile · 0.65
handleSubmitFunction · 0.65
executeWorkflowFunction · 0.65
executeQueryFunction · 0.65
route.tsFile · 0.65
route.tsFile · 0.65
route.tsFile · 0.65
route.tsFile · 0.65

Implementers 15

FunctionBlockHandlerapps/sim/executor/handlers/function/fu
MothershipBlockHandlerapps/sim/executor/handlers/mothership/
VariablesBlockHandlerapps/sim/executor/handlers/variables/v
TriggerBlockHandlerapps/sim/executor/handlers/trigger/tri
CredentialBlockHandlerapps/sim/executor/handlers/credential/
HumanInTheLoopBlockHandlerapps/sim/executor/handlers/human-in-th
GenericBlockHandlerapps/sim/executor/handlers/generic/gen
EvaluatorBlockHandlerapps/sim/executor/handlers/evaluator/e
ApiBlockHandlerapps/sim/executor/handlers/api/api-han
WaitBlockHandlerapps/sim/executor/handlers/wait/wait-h
RouterBlockHandlerapps/sim/executor/handlers/router/rout
PiBlockHandlerapps/sim/executor/handlers/pi/pi-handl

Calls

no outgoing calls

Tested by

no test coverage detected