MCPcopy Index your code
hub / github.com/questdb/questdb / replace0

Method replace0

core/src/main/java/io/questdb/std/BoolList.java:229–233  ·  view source on GitHub ↗
(int index, boolean value)

Source from the content-addressed store, hash-verified

227 }
228
229 private boolean replace0(int index, boolean value) {
230 boolean val = buffer[index];
231 buffer[index] = value;
232 return val;
233 }
234}

Callers 2

extendAndReplaceMethod · 0.95
replaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected