MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / getEnv

Function getEnv

Bcore/src/main/cpp/VmCore.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84JNIEnv *getEnv() {
85 JNIEnv *env;
86 VMEnv.vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6);
87 return env;
88}
89
90JNIEnv *ensureEnvCreated() {
91 JNIEnv *env = getEnv();

Callers 1

ensureEnvCreatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected