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

Method unlink

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

Source from the content-addressed store, hash-verified

589 }
590
591 public native static int unlink(long lpszSoftLink);
592
593 public static int unlink(LPSZ softLink) {
594 return unlink(softLink.ptr());

Callers 3

testUnlinkMethod · 0.95
unlinkMethod · 0.95
unlink0Method · 0.95

Calls 1

ptrMethod · 0.65

Tested by 1

testUnlinkMethod · 0.76