MCPcopy Create free account
hub / github.com/questdb/questdb / softLink

Method softLink

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

Source from the content-addressed store, hash-verified

536 }
537
538 public static native int softLink(long lpszSrc, long lpszSoftLink);
539
540 public static int softLink(LPSZ src, LPSZ softLink) {
541 return softLink(src.ptr(), softLink.ptr());

Calls 1

ptrMethod · 0.65