Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/borndotcom/react-native-godot
/ get_singleton
Method
get_singleton
android/src/main/cpp/GodotModule.cpp:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
};
203
204
GodotModule *GodotModule::get_singleton() {
205
static GodotModule *singleton = new GodotModule(new AndroidPlatformData());
206
return singleton;
207
}
208
209
extern
"C"
{
210
Callers
1
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected