MCPcopy 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
1553bool WizDatabase::isGroupSuper()
1554{
1555 if (permission() <= WIZ_USERGROUP_SUPER)
1556 return true;
1557
1558 return false;
1559}
1560
1561bool WizDatabase::isGroupEditor()
1562{

Callers 3

startDragMethod · 0.80
uploadTagListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected