MCPcopy Index your code
hub / github.com/tiann/hapi / size

Method size

cli/src/utils/MessageQueue2.ts:309–311  ·  view source on GitHub ↗

* Get the current queue size

()

Source from the content-addressed store, hash-verified

307 * Get the current queue size
308 */
309 size(): number {
310 return this.queue.length;
311 }
312
313 /**
314 * Wait for messages and return all messages with the same mode as a single string

Callers 10

runAgentSessionFunction · 0.95
runMainLoopMethod · 0.80
runMethod · 0.80
runMainLoopMethod · 0.80
runMainLoopMethod · 0.80
runMainLoopMethod · 0.80
runMainLoopMethod · 0.80
runMainLoopMethod · 0.80
runMainLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected