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

Method uploadDocumentList

src/sync/WizSync.cpp:1022–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022bool WizKMSync::uploadDocumentList()
1023{
1024 if (m_bGroup)
1025 {
1026 if (!m_pDatabase->isGroupAuthor()) //need author
1027 return TRUE;
1028 }
1029
1030 return UploadList<WIZDOCUMENTDATAEX, true>(m_server.kbInfo(), m_pEvents, m_pDatabase, m_server, "document", syncUploadDocumentList);
1031}
1032
1033bool WizKMSync::uploadAttachmentList()
1034{

Callers

nothing calls this directly

Calls 1

isGroupAuthorMethod · 0.80

Tested by

no test coverage detected