MCPcopy Create free account
hub / github.com/LSPosed/LSPlant / DestroyJavaVM

Method DestroyJavaVM

docs/jni.h:1935–1937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933#ifdef __cplusplus
1934
1935 jint DestroyJavaVM() {
1936 return functions->DestroyJavaVM(this);
1937 }
1938 jint AttachCurrentThread(void **penv, void *args) {
1939 return functions->AttachCurrentThread(this, penv, args);
1940 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected