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

Method CPPCallable

android/src/main/cpp/GodotModule.cpp:542–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540
541public:
542 CPPCallable(std::function<void(const godot::Variant **, int, godot::Variant &, GDExtensionCallError &)> f) :
543 _func(f) {}
544
545 uint32_t hash() const override {
546 return 0; // Use default hash function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected