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

Method SetInitialImportPath

libraries/lib-project/Project.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void AudacityProject::SetInitialImportPath(const FilePath &path)
116{
117 if (mInitialImportPath.empty())
118 {
119 mInitialImportPath = path;
120 }
121}
122
123// Generate the needed, linkable registry functions
124DEFINE_XML_METHOD_REGISTRY( ProjectFileIORegistry );

Callers 3

DoImportMIDIFunction · 0.80
AddImportedTracksMethod · 0.80
DoImportMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected