Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ accept0
Method
accept0
core/src/main/java/io/questdb/network/Net.java:370–370 ·
view source on GitHub ↗
(int serverFd)
Source
from the content-addressed store, hash-verified
368
private
static
native
int
abortAccept(
int
fd);
369
370
private
native
static
int
accept0(
int
serverFd);
371
372
private
native
static
boolean bindTcp(
int
fd,
int
ipv4address,
int
port);
373
Callers
1
accept
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected