MCPcopy
hub / github.com/questdb/questdb / exists

Method exists

core/src/main/java/io/questdb/std/Files.java:151–153  ·  view source on GitHub ↗
(long fd)

Source from the content-addressed store, hash-verified

149 }
150
151 public static boolean exists(long fd) {
152 return exists(toOsFd(fd));
153 }
154
155 public static boolean exists(LPSZ lpsz) {
156 return lpsz != null && exists0(lpsz.ptr());

Callers 15

createTestPathMethod · 0.95
createTestPathMethod · 0.95
createTestPathMethod · 0.95
assertTableExistsMethod · 0.95
testAllocateMethod · 0.95
testAllocateLoopMethod · 0.95
testConcurrentRemoveMethod · 0.95
testCopyMethod · 0.95
testCopyBigFileMethod · 0.95
testDeleteOpenFileMethod · 0.95

Calls 3

toOsFdMethod · 0.95
exists0Method · 0.95
ptrMethod · 0.65

Tested by 15

createTestPathMethod · 0.76
createTestPathMethod · 0.76
createTestPathMethod · 0.76
assertTableExistsMethod · 0.76
testAllocateMethod · 0.76
testAllocateLoopMethod · 0.76
testConcurrentRemoveMethod · 0.76
testCopyMethod · 0.76
testCopyBigFileMethod · 0.76
testDeleteOpenFileMethod · 0.76