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

Method iterate

android/src/main/cpp/GodotModule.cpp:655–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655void GodotModule::iterate() {
656 godot::GodotInstance *instance = nullptr;
657 {
658 std::lock_guard lock(_mutex);
659 instance = _instance;
660 }
661 if (instance && instance->is_started()) {
662 instance->iteration();
663 }
664}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected