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

Method NativeGodotModule

common/NativeGodotModule.cpp:895–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893namespace facebook::react {
894
895NativeGodotModule::NativeGodotModule(std::shared_ptr<CallInvoker> jsInvoker) :
896 NativeGodotModuleCxxSpec(std::move(jsInvoker)) {}
897
898bool NativeGodotModule::installTurboModule(jsi::Runtime &rt) {
899 jsi::Value godotModule = createNativeGodotModule(rt, jsInvoker_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected