Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus-react-native
/ JNI_OnLoad
Function
JNI_OnLoad
android/src/main/cpp/cpp-adapter.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"cactusOnLoad.hpp"
3
4
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void*) {
5
return margelo::nitro::cactus::initialize(vm);
6
}
Callers
nothing calls this directly
Calls
1
initialize
Function · 0.85
Tested by
no test coverage detected