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

Class NativeGodotModule

common/NativeGodotModule.h:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace facebook::react {
37
38class NativeGodotModule : public NativeGodotModuleCxxSpec<NativeGodotModule> {
39public:
40 NativeGodotModule(std::shared_ptr<CallInvoker> jsInvoker);
41
42 bool installTurboModule(jsi::Runtime &rt);
43};
44
45} // namespace facebook::react

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected