MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / obs_module_info2

Class obs_module_info2

src/plugin-main.cpp:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected