Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slopus/happy
/ size
Method
size
packages/happy-cli/src/utils/MessageQueue2.ts:259–261 ·
view source on GitHub ↗
* Get the current queue size
()
Source
from the content-addressed store, hash-verified
257
* Get the current queue size
258
*/
259
size(): number {
260
return
this.queue.length;
261
}
262
263
/**
264
* Wait
for
messages and
return
all messages with the same mode as a single string
Callers
3
runGemini
Function · 0.95
runCodex
Function · 0.95
runClaude
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected