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

Method fromProjectFile

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

Source from the content-addressed store, hash-verified

214 : path(path), displayNameOverride(displayNameOverride) {}
215
216 static RecentFile fromProjectFile(const ProjectFile& projectFile)
217 {
218 return RecentFile(projectFile.path(), projectFile.displayNameOverride);
219 }
220
221 ProjectFile toProjectFile() const
222 {

Callers

nothing calls this directly

Calls 2

RecentFileClass · 0.85
pathMethod · 0.45

Tested by

no test coverage detected