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