MCPcopy
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

runGeminiFunction · 0.95
runCodexFunction · 0.95
runClaudeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected