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

Method resetWebviewState

frontend/src/webview.ts:105–108  ·  view source on GitHub ↗

* Reset ready state when HTML is replaced

()

Source from the content-addressed store, hash-verified

103 * Reset ready state when HTML is replaced
104 */
105 private resetWebviewState() {
106 this.webviewReady = false;
107 this.pendingMessages = [];
108 }
109
110 private getIconPath() {
111 return {

Callers 3

showFilePickerMethod · 0.95
showLoadingMethod · 0.95
showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected