Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DumpCallback
Function · 0.45
GetBenchmarkingAudioFiles
Function · 0.45
findFilesWithExt
Function · 0.45
findFilesWithExt
Function · 0.45
instantiate
Function · 0.45
save
Function · 0.45
fromProjectFile
Method · 0.45
filePath
Method · 0.45
thumbnailUrl
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
3
GetBenchmarkingAudioFiles
Function · 0.36
instantiate
Function · 0.36
save
Function · 0.36