MCPcopy Create free account
hub / github.com/questdb/questdb / clear

Method clear

core/src/main/java/io/questdb/std/BoolList.java:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public void clear() {
62 pos = 0;
63 }
64
65 public void clear(int capacity) {
66 checkCapacity(capacity);

Callers 1

testClearMethod · 0.95

Calls 2

checkCapacityMethod · 0.95
fillMethod · 0.45

Tested by 1

testClearMethod · 0.76