| 192 | data.target_name = module_name; |
| 193 | obs_find_modules2( |
| 194 | [](void *param, const struct obs_module_info2 *module_info) { |
| 195 | struct find_module_data *data_ = (struct find_module_data *)param; |
| 196 | if (strcmp(data_->target_name, module_info->name) == 0) { |
| 197 |
nothing calls this directly
no outgoing calls
no test coverage detected