Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/middleapi/orpc
/ open
Method
open
packages/shared/src/queue.ts:25–27 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
23
}
24
25
open(id: string): void {
26
this.openIds.add(id)
27
}
28
29
isOpen(id: string): boolean {
30
return
this.openIds.has(id)
Callers
2
replicateAsyncIterator
Function · 0.95
queue.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected