MCPcopy Index your code
hub / github.com/continuedev/continue / getNextMessage

Method getNextMessage

extensions/cli/src/stream/messageQueue.ts:53–55  ·  view source on GitHub ↗

* Dequeues and returns the next message to be processed (FIFO - oldest first)

()

Source from the content-addressed store, hash-verified

51 * Dequeues and returns the next message to be processed (FIFO - oldest first)
52 */
53 public getNextMessage(): QueuedMessage | undefined {
54 return this.queue.shift();
55 }
56
57 getQueueLength(): number {
58 return this.queue.length;

Callers 2

processMessagesFunction · 0.80
executeStreamingResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected