MCPcopy 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
1569bool WizDatabase::isGroupAuthor()
1570{
1571 if (permission() <= WIZ_USERGROUP_AUTHOR)
1572 return true;
1573
1574 return false;
1575}
1576
1577bool WizDatabase::isGroupReader()
1578{

Callers 5

uploadDeletedListMethod · 0.80
uploadParamListMethod · 0.80
uploadDocumentListMethod · 0.80
uploadAttachmentListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected