MCPcopy Create free account
hub / github.com/middleapi/orpc / hasBufferedItems

Method hasBufferedItems

packages/shared/src/queue.ts:21–23  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

19 }
20
21 hasBufferedItems(id: string): boolean {
22 return Boolean(this.queues.get(id)?.length)
23 }
24
25 open(id: string): void {
26 this.openIds.add(id)

Callers 1

queue.test.tsFile · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected