| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected