Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ isGroupAuthor
Method
isGroupAuthor
src/database/WizDatabase.cpp:1569–1575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1567
}
1568
1569
bool WizDatabase::isGroupAuthor()
1570
{
1571
if (permission() <= WIZ_USERGROUP_AUTHOR)
1572
return true;
1573
1574
return false;
1575
}
1576
1577
bool WizDatabase::isGroupReader()
1578
{
Callers
5
getAvailableNewNoteTagAndLocation
Method · 0.80
uploadDeletedList
Method · 0.80
uploadParamList
Method · 0.80
uploadDocumentList
Method · 0.80
uploadAttachmentList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected