| 35 | } |
| 36 | |
| 37 | bool ComponentDynamicExposer::is_valid() const { |
| 38 | return component_ptr != nullptr; |
| 39 | } |
| 40 | |
| 41 | bool ComponentDynamicExposer::_set(const StringName &p_name, const Variant &p_value) { |
| 42 | if (mut) { |
nothing calls this directly
no outgoing calls
no test coverage detected