Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/questdb/questdb
/ exists0
Method
exists0
core/src/main/java/io/questdb/std/Files.java:636–636 ·
view source on GitHub ↗
(long lpsz)
Source
from the content-addressed store, hash-verified
634
private
static
native boolean exists(
int
fd);
635
636
private
static
native boolean exists0(long lpsz);
637
638
private
static
native
void
fadvise0(
int
fd, long offset, long len,
int
advise);
639
Callers
1
exists
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected