MCPcopy Create free account
hub / github.com/continuedev/continue / getQueueLength

Method getQueueLength

extensions/cli/src/stream/messageQueue.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 getQueueLength(): number {
58 return this.queue.length;
59 }
60}
61
62export const messageQueue = new MessageQueue();

Callers 3

serveFunction · 0.80
processMessagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected