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

Method DestroyJavaVM

JNI/jni/jni.h:1910–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1908#ifdef __cplusplus
1909
1910 jint DestroyJavaVM() {
1911 return functions->DestroyJavaVM(this);
1912 }
1913 jint AttachCurrentThread(void **penv, void *args) {
1914 return functions->AttachCurrentThread(this, penv, args);
1915 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected