Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/questdb/questdb
/ fill
Method
fill
core/src/main/java/io/questdb/std/ObjectPool.java:128–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
private
void
fill() {
129
for
(
int
i = 0; i < size; i++) {
130
list.add(factory.newInstance());
131
}
132
}
133
}
Callers
3
ObjectPool
Method · 0.95
resetCapacity
Method · 0.95
expand
Method · 0.95
Calls
2
add
Method · 0.65
newInstance
Method · 0.65
Tested by
no test coverage detected