MCPcopy Create free account
hub / github.com/borndotcom/react-native-godot / JNI_OnLoad

Function JNI_OnLoad

android/src/main/cpp/OnLoad.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56#include <fbjni/fbjni.h>
57
58JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) {
59 return facebook::jni::initialize(vm, [] {
60 NativeGodotModuleJNI::registerNatives();
61 });
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected