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

Method isSoftLink

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

Source from the content-addressed store, hash-verified

318 }
319
320 public native static boolean isSoftLink(long lpszPath);
321
322 public static boolean isSoftLink(LPSZ path) {
323 return isSoftLink(path.ptr());

Callers 8

testDeleteDirMethod · 0.95
testSoftLinkReadMethod · 0.95
createSoftLinkMethod · 0.95
isSoftLinkMethod · 0.95
rmdirMethod · 0.95
hydrateTableStartupMethod · 0.95
hydrateTableMethod · 0.95
TableReaderMetadataMethod · 0.95

Calls 1

ptrMethod · 0.65

Tested by 3

testDeleteDirMethod · 0.76
testSoftLinkReadMethod · 0.76
createSoftLinkMethod · 0.76