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

Method addAt

core/src/main/java/io/questdb/std/ObjHashSet.java:83–89  ·  view source on GitHub ↗
(int index, T key)

Source from the content-addressed store, hash-verified

81 }
82
83 public boolean addAt(int index, T key) {
84 if (addAt0(index, key)) {
85 list.add(key);
86 return true;
87 }
88 return false;
89 }
90
91 public final void clear() {
92 free = capacity;

Callers 1

addMethod · 0.95

Calls 2

addAt0Method · 0.95
addMethod · 0.65

Tested by

no test coverage detected