Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ register
Method
register
core/src/main/java/io/questdb/FreeOnExit.java:46–51 ·
view source on GitHub ↗
(T closeable)
Source
from the content-addressed store, hash-verified
44
}
45
46
public
<T extends Closeable> T register(T closeable) {
47
if
(closeable != null) {
48
list.add(closeable);
49
}
50
return
closeable;
51
}
52
}
Callers
3
freeOnExit
Method · 0.45
PrometheusSimpleClientBenchmark
Class · 0.45
PrometheusSimpleClientScrapeBenchmark
Class · 0.45
Calls
1
add
Method · 0.65
Tested by
no test coverage detected