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

Method freeOnExit

core/src/main/java/io/questdb/ServerMain.java:491–493  ·  view source on GitHub ↗
(T closeable)

Source from the content-addressed store, hash-verified

489 }
490
491 protected <T extends Closeable> T freeOnExit(T closeable) {
492 return freeOnExit.register(closeable);
493 }
494
495 protected Services services() {
496 return Services.INSTANCE;

Callers 9

ServerMainMethod · 0.95
configureWorkerPoolsMethod · 0.95
initializeMethod · 0.95
createPGServerMethod · 0.45
runNoLeakCheckMethod · 0.45
createTableXMethod · 0.45
setupMatViewJobsMethod · 0.45
setupViewJobsMethod · 0.45
setupWalApplyJobMethod · 0.45

Calls 1

registerMethod · 0.45

Tested by 3

createPGServerMethod · 0.36
runNoLeakCheckMethod · 0.36
createTableXMethod · 0.36