MCPcopy Create free account
hub / github.com/Firebasky/Java / GetEnv

Method GetEnv

JNI/jni/webshell/jni.h:1920–1922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918 }
1919
1920 jint GetEnv(void **penv, jint version) {
1921 return functions->GetEnv(this, penv, version);
1922 }
1923 jint AttachCurrentThreadAsDaemon(void **penv, void *args) {
1924 return functions->AttachCurrentThreadAsDaemon(this, penv, args);
1925 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected