menu
graphite package
documentation
core/graph_matrix.dart
GraphMatrix
hasLoops method
hasLoops method
dark_mode
light_mode
hasLoops
method
bool
hasLoops
(
NodeOutput
item
)
Implementation
bool hasLoops(NodeOutput item) { return loops(item.id).length != 0; }
graphite package
documentation
core/graph_matrix
GraphMatrix
hasLoops method
GraphMatrix class