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

Method getViewState

frontend/src/webview.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 getViewState(): ViewState | null {
118 return this.panel ? this.viewState : null;
119 }
120
121 updateViewState(update: Partial<ViewState>) {
122 this.viewState = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected