Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
JNIEnv *getEnv() {
85
JNIEnv *env;
86
VMEnv.vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6);
87
return env;
88
}
89
90
JNIEnv *ensureEnvCreated() {
91
JNIEnv *env = getEnv();
Callers
1
ensureEnvCreated
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected