Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badrap/sorted-queue
/ empty
Method
empty
src/index.ts:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
empty(): boolean {
33
return
this._array.length === 0;
34
}
35
}
36
37
class
Item<T> {
Callers
1
index.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected