| 577 | } |
| 578 | |
| 579 | void RcxController::scrollToNodeId(uint64_t nodeId) { |
| 580 | if (auto* editor = primaryEditor()) |
| 581 | editor->scrollToNodeId(nodeId); |
| 582 | } |
| 583 | |
| 584 | void RcxController::refresh() { |
| 585 | // Bracket compose with thread-local doc pointer for type name resolution |
nothing calls this directly
no outgoing calls
no test coverage detected