MCPcopy Create free account
hub / github.com/asb2m10/dexed / isFileSuitable

Method isFileSuitable

Source/CartManager.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30public:
31 SyxFileFilter() : FileFilter(".syx") {}
32 bool isFileSuitable(const File &file) const {
33 return file.getFileExtension().toLowerCase() == ".syx" && file.getSize() >= 4096;
34 }
35 bool isDirectorySuitable(const File &file) const {
36 return true;
37 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected