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

Function createExecutor

apps/sim/executor/execution/executor.test.ts:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11import type { SerializedBlock, SerializedWorkflow } from '@/serializer/types'
12
13function createExecutor(): DAGExecutor {
14 return new DAGExecutor({
15 workflow: {
16 version: '1',
17 blocks: [],
18 connections: [],
19 },
20 })
21}
22
23function createBlock(id: string, metadataId: string): SerializedBlock {
24 return {

Callers 1

executor.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected