| 36 | namespace facebook::react { |
| 37 | |
| 38 | class NativeGodotModule : public NativeGodotModuleCxxSpec<NativeGodotModule> { |
| 39 | public: |
| 40 | NativeGodotModule(std::shared_ptr<CallInvoker> jsInvoker); |
| 41 | |
| 42 | bool installTurboModule(jsi::Runtime &rt); |
| 43 | }; |
| 44 | |
| 45 | } // namespace facebook::react |
nothing calls this directly
no outgoing calls
no test coverage detected