MCPcopy Create free account
hub / github.com/Comfy-Org/litegraph.js / isSubgraphNode

Method isSubgraphNode

src/LGraphNode.ts:365–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363 applyToGraph?(extraLinks?: LLink[]): void
364
365 isSubgraphNode(): this is SubgraphNode {
366 return false
367 }
368
369 /** @inheritdoc {@link renderArea} */
370 #renderArea: Float32Array = new Float32Array(4)

Callers 3

resolveSubgraphIdPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected