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

Method is_valid

common/NativeGodotModule.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 return nullptr;
228 }
229 bool is_valid() const override {
230 return true;
231 }
232 godot::ObjectID get_object() const override {
233 return godot::ObjectID();
234 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected