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

Method hash

android/src/main/cpp/GodotModule.cpp:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 _func(f) {}
544
545 uint32_t hash() const override {
546 return 0; // Use default hash function
547 }
548 godot::String get_as_text() const override {
549 return godot::String("CPPCallable");
550 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected