MCPcopy
hub / github.com/simstudioai/sim / isSubflowBlockType

Function isSubflowBlockType

apps/realtime/src/database/operations.ts:124–126  ·  view source on GitHub ↗
(blockType: string)

Source from the content-addressed store, hash-verified

122}
123
124function isSubflowBlockType(blockType: string): blockType is SubflowType {
125 return Object.values(SubflowType).includes(blockType as SubflowType)
126}
127
128export async function updateSubflowNodeList(dbOrTx: any, workflowId: string, parentId: string) {
129 try {

Callers 1

handleBlocksOperationTxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected