Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/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
1
schemas.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected