MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer / focusNode

Method focusNode

frontend/src/webview.ts:542–547  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

540 }
541
542 focusNode(nodeId: string) {
543 if (this.panel) {
544 this.panel.reveal();
545 this.postMessage({ command: 'focusNode', nodeId });
546 }
547 }
548
549 focusWorkflow(workflowName: string) {
550 if (this.panel) {

Callers

nothing calls this directly

Calls 1

postMessageMethod · 0.95

Tested by

no test coverage detected