MCPcopy Create free account
hub / github.com/QNapi/qnapi / checkTmpPath

Method checkTmpPath

gui/src/qnapi.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool QNapi::checkTmpPath() {
42 QFileInfo f(config.generalConfig().tmpPath());
43 return f.isDir() && f.isWritable();
44}
45
46bool QNapi::ppEnabled() { return config.postProcessingConfig().enabled(); }
47

Callers 2

execMethod · 0.80
downloadMethod · 0.80

Calls 2

tmpPathMethod · 0.80
generalConfigMethod · 0.80

Tested by

no test coverage detected