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

Method SyxFileFilter

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected