Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
assertOpen
Method · 0.95
replicateAsyncIterator
Function · 0.95
queue.test.ts
File · 0.80
message
Method · 0.80
message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected