| 135 | return 0; // Use default hash function |
| 136 | } |
| 137 | godot::String get_as_text() const override { |
| 138 | return godot::String(JAVASCRIPT_CALLABLE_NAME); |
| 139 | } |
| 140 | CompareEqualFunc get_compare_equal_func() const override { |
| 141 | return [](const CallableCustom *p_a, const CallableCustom *p_b) { |
| 142 | if (p_a == nullptr) { |
no outgoing calls
no test coverage detected