MCPcopy Create free account
hub / github.com/ReadyTalk/avian / Java_java_net_Socket_closeInput

Function Java_java_net_Socket_closeInput

classpath/java-net.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65extern "C" JNIEXPORT void JNICALL
66 Java_java_net_Socket_closeInput(JNIEnv* e, jclass, jlong sock)
67{
68 close_input(e, static_cast<SOCKET>(sock));
69}
70
71extern "C" JNIEXPORT void JNICALL
72 Avian_java_net_Socket_send(vm::Thread* t, vm::object, uintptr_t* arguments)

Callers

nothing calls this directly

Calls 1

close_inputFunction · 0.85

Tested by

no test coverage detected