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

Method VerifySessionKey

Software/src/LightpackPluginInterface.cpp:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool LightpackPluginInterface::VerifySessionKey(QString sessionKey)
60{
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
70Plugin* LightpackPluginInterface::findName(QString name)
71{

Callers 1

clientProcessCommandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected