Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ findHandler
Method
findHandler
apps/sim/executor/execution/block-executor.ts:344–346 ·
view source on GitHub ↗
(block: SerializedBlock)
Source
from the content-addressed store, hash-verified
342
}
343
344
private findHandler(block: SerializedBlock): BlockHandler | undefined {
345
return
this.blockHandlers.find((h) => h.canHandle(block))
346
}
347
348
private
async
handleBlockError(
349
error: unknown,
Callers
1
execute
Method · 0.95
Calls
1
canHandle
Method · 0.65
Tested by
no test coverage detected