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

Method canHandle

apps/sim/executor/types.ts:517–517  ·  view source on GitHub ↗
(block: SerializedBlock)

Source from the content-addressed store, hash-verified

515
516export interface BlockHandler {
517 canHandle(block: SerializedBlock): boolean
518
519 execute(
520 ctx: ExecutionContext,

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