Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ Java_java_net_Socket_create
Function
Java_java_net_Socket_create
classpath/java-net.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
extern
"C"
JNIEXPORT SOCKET JNICALL
24
Java_java_net_Socket_create(JNIEnv* e, jclass)
25
{
26
return create(e);
27
}
28
29
extern
"C"
JNIEXPORT void JNICALL Java_java_net_Socket_connect(JNIEnv* e,
30
jclass,
Callers
nothing calls this directly
Calls
1
create
Function · 0.85
Tested by
no test coverage detected