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

Function MakeSafeProjectPath

libraries/lib-cloud-audiocom/sync/CloudSyncDTO.cpp:822–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822wxString
823MakeSafeProjectPath(const wxString& rootDir, const wxString& projectName)
824{
825 return MakeSafeFilePath(rootDir, projectName, "aup3");
826}
827
828std::string Serialize(NetworkStats stats)
829{

Callers 2

SyncCloudSnapshotMethod · 0.85
OnSaveMethod · 0.85

Calls 1

MakeSafeFilePathFunction · 0.85

Tested by

no test coverage detected