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

Method close

core/src/main/java/io/questdb/std/IOURingImpl.java:85–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 @Override
86 public void close() {
87 if (closed) {
88 return;
89 }
90 Files.detach(ringFd);
91 facade.close(ringAddr);
92 closed = true;
93 }
94
95 @Override
96 @TestOnly

Callers

nothing calls this directly

Calls 2

detachMethod · 0.95
closeMethod · 0.65

Tested by

no test coverage detected