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

Method updateViewState

frontend/src/webview.ts:121–127  ·  view source on GitHub ↗
(update: Partial<ViewState>)

Source from the content-addressed store, hash-verified

119 }
120
121 updateViewState(update: Partial<ViewState>) {
122 this.viewState = {
123 ...this.viewState,
124 ...update,
125 lastUpdated: Date.now()
126 };
127 }
128
129 notifyAnalysisStarted() {
130 this.postMessage({ command: 'analysisStarted' });

Callers 1

setupMessageHandlersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected