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

Method get_as_text

android/src/main/cpp/GodotModule.cpp:548–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 return 0; // Use default hash function
547 }
548 godot::String get_as_text() const override {
549 return godot::String("CPPCallable");
550 }
551 CompareEqualFunc get_compare_equal_func() const override {
552 return nullptr;
553 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected