MCPcopy Create free account
hub / github.com/astercloud/aster / clearSurfaces

Method clearSurfaces

ui/src/protocol/message-processor.ts:152–156  ·  view source on GitHub ↗

* Clear all surfaces

()

Source from the content-addressed store, hash-verified

150 * Clear all surfaces
151 */
152 clearSurfaces(): void {
153 this.surfaces.clear();
154 this.streamingStates.clear();
155 this.validationErrors = [];
156 }
157
158 /**
159 * Get validation errors

Calls

no outgoing calls

Tested by

no test coverage detected