MCPcopy Create free account
hub / github.com/audacity/audacity / sessionProjectsPaths

Method sessionProjectsPaths

au4/src/appshell/internal/appshellconfiguration.cpp:214–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214muse::io::paths_t AppShellConfiguration::sessionProjectsPaths() const
215{
216 RetVal<ByteArray> retVal = readSessionState();
217 if (!retVal.ret) {
218 LOGE() << retVal.ret.toString();
219 return {};
220 }
221
222 return parseSessionProjectsPaths(retVal.val.toQByteArrayNoCopy());
223}
224
225muse::Ret AppShellConfiguration::setSessionProjectsPaths(const muse::io::paths_t& paths)
226{

Callers 5

restoreLastSessionMethod · 0.80
hasProjectsForRestoreMethod · 0.80
restoreMethod · 0.80
addProjectToSessionMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected