MCPcopy
hub / github.com/lightningpixel/modly / isBranchStarter

Function isBranchStarter

src/areas/workflows/nodeBehaviors.ts:32–32  ·  view source on GitHub ↗
(type: string | undefined)

Source from the content-addressed store, hash-verified

30
31export const isPassthrough = (type: string | undefined): boolean => !!type && !!BEHAVIORS[type]?.passthrough
32export const isBranchStarter = (type: string | undefined): boolean => !!type && !!BEHAVIORS[type]?.branchStarter
33export const isSceneOutput = (type: string | undefined): boolean => !!type && !!BEHAVIORS[type]?.sceneOutput
34export const isBranchConsumer = (type: string | undefined): boolean => !!type && !!BEHAVIORS[type]?.branchConsumer
35

Callers 3

identifyBranchesFunction · 0.90
nearestUpstreamWaitsFunction · 0.85
reachesSceneOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected