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

Method get_as_text

common/NativeGodotModule.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 return 0; // Use default hash function
136 }
137 godot::String get_as_text() const override {
138 return godot::String(JAVASCRIPT_CALLABLE_NAME);
139 }
140 CompareEqualFunc get_compare_equal_func() const override {
141 return [](const CallableCustom *p_a, const CallableCustom *p_b) {
142 if (p_a == nullptr) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected