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

Method isStreaming

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

* Check if a surface is in streaming mode

(surfaceId: string)

Source from the content-addressed store, hash-verified

143 * Check if a surface is in streaming mode
144 */
145 isStreaming(surfaceId: string): boolean {
146 return this.streamingStates.get(surfaceId)?.isStreaming ?? false;
147 }
148
149 /**
150 * Clear all surfaces

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected