Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testUnlink
Method · 0.95
unlink
Method · 0.95
unlink0
Method · 0.95
Calls
1
ptr
Method · 0.65
Tested by
1
testUnlink
Method · 0.76