Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testDeleteDir
Method · 0.95
testSoftLinkRead
Method · 0.95
createSoftLink
Method · 0.95
isSoftLink
Method · 0.95
rmdir
Method · 0.95
hydrateTableStartup
Method · 0.95
hydrateTable
Method · 0.95
TableReaderMetadata
Method · 0.95
Calls
1
ptr
Method · 0.65
Tested by
3
testDeleteDir
Method · 0.76
testSoftLinkRead
Method · 0.76
createSoftLink
Method · 0.76