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

Method setPos

core/src/main/java/io/questdb/std/BoolList.java:162–165  ·  view source on GitHub ↗
(int capacity)

Source from the content-addressed store, hash-verified

160 }
161
162 public void setPos(int capacity) {
163 checkCapacity(capacity);
164 pos = capacity;
165 }
166
167 public void setQuick(int index, boolean value) {
168 assert index < pos;

Callers 5

testGetLastMethod · 0.95
testSetAllMethod · 0.95
testZeroAndPositionMethod · 0.95
addAllMethod · 0.95
setAllMethod · 0.95

Calls 1

checkCapacityMethod · 0.95

Tested by 3

testGetLastMethod · 0.76
testSetAllMethod · 0.76
testZeroAndPositionMethod · 0.76