MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / scrollToNodeId

Method scrollToNodeId

src/controller.cpp:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected