MCPcopy 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

isEmptyMethod · 0.95
pushMethod · 0.95
popMethod · 0.95
siftUpMethod · 0.95
siftDownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected