isCallableGraph
isCallableGraph(
graph):boolean
Defined in: logic/nodes.ts:49
Whether a call can ENTER this graph: it carries the node a call arrives at. Declaring ports alone does not — a signature with nothing behind it is a graph a caller would fall straight through.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”boolean