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

Method compatRecentFilesData

au4/src/project/internal/projectconfiguration.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46muse::ByteArray ProjectConfiguration::compatRecentFilesData() const
47{
48 std::string data = muse::settings()->value(COMPAT_RECENT_FILES_DATA).toString();
49
50 return muse::ByteArray(data.data(), data.size());
51}
52
53muse::io::path_t ProjectConfiguration::userProjectsPath() const
54{

Callers 1

loadRecentFilesListMethod · 0.80

Calls 4

toStringMethod · 0.45
valueMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected