跳转到内容

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.

ScriptGraph

boolean