MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / checkExistingWriteableDir

Method checkExistingWriteableDir

settings/filemanager.cpp:193–195  ·  view source on GitHub ↗

/ Check that an existing directory is writable. */ /

Source from the content-addressed store, hash-verified

191/* Check that an existing directory is writable. */
192/**************************************************/
193void FileManager::checkExistingWriteableDir(QDir dir) {
194 this->checkExistingReadableDir(dir);
195}
196
197
198

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected