Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ length
Method
length
src/utils/mailbox.ts:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
private _revision = 0
24
25
get length(): number {
26
return
this.queue.length
27
}
28
29
get revision(): number {
30
return
this._revision
Callers
2
schemas.ts
File · 0.45
CircularBuffer.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected