| 720 | _updateFunctions.emplace_back(std::move(updateFunction), std::move(completion), std::move(traceTrigger)); |
| 721 | |
| 722 | if (!_updating) { |
| 723 | runUpdates(); |
| 724 | } |
| 725 | } |
| 726 | |
| 727 | TrackedLock ViewNodeTree::lock() const { |
nothing calls this directly
no test coverage detected