| 893 | namespace facebook::react { |
| 894 | |
| 895 | NativeGodotModule::NativeGodotModule(std::shared_ptr<CallInvoker> jsInvoker) : |
| 896 | NativeGodotModuleCxxSpec(std::move(jsInvoker)) {} |
| 897 | |
| 898 | bool NativeGodotModule::installTurboModule(jsi::Runtime &rt) { |
| 899 | jsi::Value godotModule = createNativeGodotModule(rt, jsInvoker_); |
nothing calls this directly
no outgoing calls
no test coverage detected