Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ isGroupSuper
Method
isGroupSuper
src/database/WizDatabase.cpp:1553–1559 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1551
}
1552
1553
bool WizDatabase::isGroupSuper()
1554
{
1555
if (permission() <= WIZ_USERGROUP_SUPER)
1556
return true;
1557
1558
return false;
1559
}
1560
1561
bool WizDatabase::isGroupEditor()
1562
{
Callers
3
on_shareDocumentByLink_request
Method · 0.80
startDrag
Method · 0.80
uploadTagList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected