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

Method processMessages

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

* Process a batch of messages

(messages: AsterUIMessage[])

Source from the content-addressed store, hash-verified

262 * Process a batch of messages
263 */
264 processMessages(messages: AsterUIMessage[]): void {
265 for (const message of messages) {
266 this.processMessage(message);
267 }
268 }
269
270 /**
271 * Process a single message

Callers 1

Calls 1

processMessageMethod · 0.95

Tested by

no test coverage detected