MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / getGroupList

Method getGroupList

src/sync/WizKMServer.cpp:685–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685bool WizKMAccountsServer::getGroupList(CWizGroupDataArray& arrayGroup)
686{
687 QString urlPath = "/as/user/groups?kbType=group";
688 //
689 if (!getJsonList<WIZGROUPDATA>(*this, urlPath, 0, 0, arrayGroup))
690 {
691 TOLOG("Failed to get group list");
692 return false;
693 }
694 //
695 return true;
696}
697
698bool WizKMAccountsServer::getBizList(CWizBizDataArray& arrayBiz)
699{

Callers 4

resetGroupsMethod · 0.80
WizSync.cppFile · 0.80
WizQuickDownloadMessageFunction · 0.80

Calls 1

TOLOGFunction · 0.85

Tested by

no test coverage detected