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

Method getStreamingState

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

* Get streaming state for a surface

(surfaceId: string)

Source from the content-addressed store, hash-verified

136 * Get streaming state for a surface
137 */
138 getStreamingState(surfaceId: string): StreamingState | undefined {
139 return this.streamingStates.get(surfaceId);
140 }
141
142 /**
143 * Check if a surface is in streaming mode

Calls 1

getMethod · 0.45

Tested by

no test coverage detected