MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / shallMonitorMountedFilesystems

Function shallMonitorMountedFilesystems

src/shared/shared.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407bool shallMonitorMountedFilesystems(std::shared_ptr<QSettings> config) {
408 return config != nullptr &&
409 config->value("appimagelauncherd/monitor_mounted_filesystems", "false").toBool();
410}
411
412QDirSet getAdditionalDirectoriesFromConfig(const std::shared_ptr<QSettings>& config) {
413 // getConfig might've returned a null pointer, therefore we have to check this before proceeding

Callers 1

daemonDirectoriesToWatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected