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

Method getSurface

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

* Get a specific surface

(surfaceId: string)

Source from the content-addressed store, hash-verified

129 * Get a specific surface
130 */
131 getSurface(surfaceId: string): Surface | undefined {
132 return this.surfaces.get(surfaceId);
133 }
134
135 /**
136 * Get streaming state for a surface

Calls 1

getMethod · 0.45

Tested by

no test coverage detected