devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Reducing Selection to only rely on nodeIndexCalculator and not on nodeIndex

Open carolynqu opened this issue 3 years ago • 0 comments

Currently Selection class in table.dart contains both nodeIndex and nodeIndexCalculator. https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/shared/table.dart#L321

Future Only NodeIndexCalculator is needed and all changes to nodeIndex can be migrated to nodeIndexCalculator. Only changes of nodeIndex is found in memory_heap_tree.

carolynqu avatar Jul 20 '22 17:07 carolynqu