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

Method Open

modules/import-export/mod-aup/ImportAUP.cpp:259–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259ImportHandle AUPImportPlugin::Open(const FilePath &fileName,
260 AudacityProject *project)
261{
262 auto handle = std::make_unique<AUPImportFileHandle>(fileName, project);
263
264 if (!handle->Open())
265 {
266 // Error or not something that we recognize
267 return nullptr;
268 }
269
270 return handle;
271}
272
273static Importer::RegisteredImportPlugin registered
274{

Callers 1

AddSamplesMethod · 0.45

Calls 4

ShowMessageBoxFunction · 0.85
IsOpenedMethod · 0.80
ReadMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected