MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / foreach

Function foreach

Src/Manager.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 if(fi.isAbsolute())
217 return LoadPlugin(szPath);
218 foreach (auto d, lstPaths) {
219 if(d.isEmpty()) continue;
220 QString szFile = d + QDir::separator() + szPath;
221 return LoadPlugin(szFile);
222 }
223 return -1;
224 });
225 return 0;

Callers 1

FindPluginsMethod · 0.70

Calls 2

isEmptyMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected