| 10 | } |
| 11 | |
| 12 | void ComponentDynamicExposer::init(uint32_t p_identifier, bool p_mut) { |
| 13 | component_id = p_identifier; |
| 14 | mut = p_mut; |
| 15 | } |
| 16 | |
| 17 | uint32_t ComponentDynamicExposer::get_target_identifier() const { |
| 18 | return component_id; |
no outgoing calls
no test coverage detected