Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
export
const
messageQueue =
new
MessageQueue();
Callers
3
serve
Function · 0.80
processMessages
Function · 0.80
messageQueue.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected