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

Method GetSessionKey

Software/src/LightpackPluginInterface.cpp:167–174  ·  view source on GitHub ↗

TODO identification plugin locked

Source from the content-addressed store, hash-verified

165
166// TODO identification plugin locked
167QString LightpackPluginInterface::GetSessionKey(QString module)
168{
169 if (module=="API") return "Lock";
170 Plugin* plugin = findName(module);
171 if (plugin == NULL) return "";
172 return plugin->Guid();
173
174}
175
176int LightpackPluginInterface::CheckLock(QString sessionKey)
177{

Callers 1

incomingConnectionMethod · 0.80

Calls 1

GuidMethod · 0.80

Tested by

no test coverage detected