MCPcopy Create free account
hub / github.com/cc20110101/RedisView / getEncode

Method getEncode

src/RedisView/AppView/LoginDialog.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285QString LoginDialog::getEncode(QString lableName) {
286 for(int i =0; i < _vClientInfo.size(); ++i) {
287 if(_vClientInfo[i]._name == lableName)
288 return _vClientInfo[i]._encode;
289 }
290 return "";
291}
292
293QString LoginDialog::getEncode() {
294 return getEncode(_lableName);

Callers 2

mainFunction · 0.80
connectHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected