Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Guid
Method · 0.80
Name
Method · 0.80
getPriority
Method · 0.80
insert
Method · 0.80
Tested by
no test coverage detected