| 540 | |
| 541 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected