menu
lunaris_engine package
documentation
network/tarjans_algorithm.dart
TarjansDetailedResult<T>
getChildCount method
getChildCount method
dark_mode
light_mode
getChildCount
method
int
getChildCount
(
T
node
)
Gets the number of children of a specific node
Implementation
int getChildCount(T node) => childCounts[node] ?? 0;
lunaris_engine package
documentation
network/tarjans_algorithm
TarjansDetailedResult<T>
getChildCount method
TarjansDetailedResult class