| 132 | } |
| 133 | |
| 134 | uint32_t hash() const override { |
| 135 | return 0; // Use default hash function |
| 136 | } |
| 137 | godot::String get_as_text() const override { |
| 138 | return godot::String(JAVASCRIPT_CALLABLE_NAME); |
| 139 | } |
nothing calls this directly
no outgoing calls
no test coverage detected