MCPcopy Create free account
hub / github.com/simstudioai/sim / blockWith

Function blockWith

apps/sim/lib/workspaces/fork/remap/remap-references.test.ts:369–370  ·  view source on GitHub ↗
(subBlocks: SubBlockConfig[])

Source from the content-addressed store, hash-verified

367})
368
369const blockWith = (subBlocks: SubBlockConfig[]): BlockConfig =>
370 ({ name: 'Test', description: '', subBlocks, outputs: {} }) as unknown as BlockConfig
371
372const entry = (id: string, type: string, value: unknown) => ({ id, type, value })
373

Callers 5

docBlockFunction · 0.70
kbCanonicalBlockFunction · 0.70
credBlockFunction · 0.70
gmailConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected