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

Function buildStartBlockConfig

apps/sim/lib/workflows/defaults.ts:53–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53function buildStartBlockConfig(): BlockConfig {
54 const blockConfig = getBlock(START_BLOCK_TYPE)
55
56 if (!blockConfig) {
57 throw new Error('Start trigger block configuration is not registered')
58 }
59
60 return blockConfig
61}
62
63function buildStartBlockState(
64 blockConfig: BlockConfig,

Callers 1

Calls 1

getBlockFunction · 0.90

Tested by

no test coverage detected