Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ toProjectFile
Method
toProjectFile
au4/src/project/types/projecttypes.h:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
ProjectFile toProjectFile() const
222
{
223
return ProjectFile(path, displayNameOverride);
224
}
225
226
bool isValid() const
227
{
Callers
nothing calls this directly
Calls
1
ProjectFile
Class · 0.85
Tested by
no test coverage detected