Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
516
export
interface
BlockHandler {
517
canHandle(block: SerializedBlock): boolean
518
519
execute(
520
ctx: ExecutionContext,
Callers
12
function-handler.test.ts
File · 0.65
trigger-handler.test.ts
File · 0.65
generic-handler.test.ts
File · 0.65
evaluator-handler.test.ts
File · 0.65
api-handler.test.ts
File · 0.65
wait-handler.test.ts
File · 0.65
router-handler.test.ts
File · 0.65
pi-handler.test.ts
File · 0.65
condition-handler.test.ts
File · 0.65
agent-handler.test.ts
File · 0.65
workflow-handler.test.ts
File · 0.65
findHandler
Method · 0.65
Implementers
15
FunctionBlockHandler
apps/sim/executor/handlers/function/fu
MothershipBlockHandler
apps/sim/executor/handlers/mothership/
VariablesBlockHandler
apps/sim/executor/handlers/variables/v
TriggerBlockHandler
apps/sim/executor/handlers/trigger/tri
CredentialBlockHandler
apps/sim/executor/handlers/credential/
HumanInTheLoopBlockHandler
apps/sim/executor/handlers/human-in-th
GenericBlockHandler
apps/sim/executor/handlers/generic/gen
EvaluatorBlockHandler
apps/sim/executor/handlers/evaluator/e
ApiBlockHandler
apps/sim/executor/handlers/api/api-han
WaitBlockHandler
apps/sim/executor/handlers/wait/wait-h
RouterBlockHandler
apps/sim/executor/handlers/router/rout
PiBlockHandler
apps/sim/executor/handlers/pi/pi-handl
Calls
no outgoing calls
Tested by
no test coverage detected