Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
bool QNapi::checkTmpPath() {
42
QFileInfo f(config.generalConfig().tmpPath());
43
return f.isDir() && f.isWritable();
44
}
45
46
bool QNapi::ppEnabled() { return config.postProcessingConfig().enabled(); }
47
Callers
2
exec
Method · 0.80
download
Method · 0.80
Calls
2
tmpPath
Method · 0.80
generalConfig
Method · 0.80
Tested by
no test coverage detected