Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbeaver/cloudbeaver
/ size
Method
size
webapp/packages/core-utils/src/PriorityQueue.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
size(): number {
32
return
this._heap.length;
33
}
34
35
isEmpty(): boolean {
36
return
this.size() === 0;
Callers
5
isEmpty
Method · 0.95
push
Method · 0.95
pop
Method · 0.95
siftUp
Method · 0.95
siftDown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected