Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tiann/hapi
/ isClosed
Method
isClosed
cli/src/utils/MessageQueue2.ts:302–304 ·
view source on GitHub ↗
* Check if the queue is closed
()
Source
from the content-addressed store, hash-verified
300
* Check
if
the queue is closed
301
*/
302
isClosed(): boolean {
303
return
this.closed;
304
}
305
306
/**
307
* Get the current queue size
Callers
1
MessageQueue2.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected