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

Method path

au4/src/project/types/projecttypes.h:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 muse::io::path_t path() const
187 {
188 assert(url.isEmpty() || url.isLocalFile());
189
190 return muse::io::path_t(url);
191 }
192
193 bool operator ==(const ProjectFile& other) const
194 {

Callers 9

DumpCallbackFunction · 0.45
findFilesWithExtFunction · 0.45
findFilesWithExtFunction · 0.45
instantiateFunction · 0.45
saveFunction · 0.45
fromProjectFileMethod · 0.45
filePathMethod · 0.45
thumbnailUrlMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 3

instantiateFunction · 0.36
saveFunction · 0.36