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

Method SupportsExtension

libraries/lib-import-export/ImportPlugin.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool ImportPlugin::SupportsExtension(const FileExtension &extension)
28{
29 // Case-insensitive check if extension is supported
30 return mExtensions.Index(extension, false) != wxNOT_FOUND;
31}
32
33TranslatableString ImportPlugin::FailureHint() const
34{

Callers 1

ImportMethod · 0.80

Calls 1

IndexMethod · 0.80

Tested by

no test coverage detected