MCPcopy Create free account
hub / github.com/Atarity/Lightpack / foreach

Function foreach

Software/src/LightpackPluginInterface.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 DEBUG_LOW_LEVEL << Q_FUNC_INFO << sessionKey;
62
63 foreach(Plugin* plugin, _plugins){
64 if (plugin->Guid() == sessionKey)
65 return true;
66 }
67 return false;
68}
69

Callers

nothing calls this directly

Calls 4

GuidMethod · 0.80
NameMethod · 0.80
getPriorityMethod · 0.80
insertMethod · 0.80

Tested by

no test coverage detected