Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/borndotcom/react-native-godot
/ GodotModule
Method
GodotModule
common/GodotModule.h:44–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
std::function<void(const char *, bool)> logFunction;
43
44
GodotModule(PlatformData *data) :
45
_data(data) {}
46
47
public:
48
static GodotModule *get_singleton();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected