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

Method SaveToFolder

src/database/WizDatabase.cpp:380–382  ·  view source on GitHub ↗

* @brief Extract document content to a folder. * * @param folderName * @return true * @return false */

Source from the content-addressed store, hash-verified

378 * @return false
379 */
380bool WizDocument::SaveToFolder(const QString &folderName) {
381 return m_db.documentToHtmlFile(this->data(), folderName + "/");
382}
383
384bool WizDocument::isInDeletedItemsFolder()
385{

Callers

nothing calls this directly

Calls 2

dataMethod · 0.95
documentToHtmlFileMethod · 0.80

Tested by

no test coverage detected