MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / foreach

Function foreach

ImagePlay/src/IPPluginManager.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 pluginsDir.setNameFilters(pluginFilter);
67 foreach (QString fileName, pluginsDir.entryList(QDir::Files))
68 {
69 QFile file(pluginsDir.filePath(fileName));
70 file.copy(tmpPluginsDir.filePath(fileName));
71 }
72
73 if(tmpPluginsDir.exists())
74 {

Callers

nothing calls this directly

Calls 11

server_nameFunction · 0.85
add_serverMethod · 0.80
load_pluginMethod · 0.80
versionMethod · 0.80
registerProcessMethod · 0.80
copyMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected