MCPcopy 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
204GodotModule *GodotModule::get_singleton() {
205 static GodotModule *singleton = new GodotModule(new AndroidPlatformData());
206 return singleton;
207}
208
209extern "C" {
210

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected