MCPcopy Index your code
hub / github.com/middleapi/orpc / isOpen

Method isOpen

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

Source from the content-addressed store, hash-verified

27 }
28
29 isOpen(id: string): boolean {
30 return this.openIds.has(id)
31 }
32
33 push(id: string, item: T): void {
34 this.assertOpen(id)

Callers 5

assertOpenMethod · 0.95
replicateAsyncIteratorFunction · 0.95
queue.test.tsFile · 0.80
messageMethod · 0.80
messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected