MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / pathHasBundleExtension

Function pathHasBundleExtension

gui/qt/sendinghandler.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 };
36
37static inline bool pathHasBundleExtension(const QString& filepath) {
38 return filepath.endsWith("b84", Qt::CaseInsensitive) || filepath.endsWith("b83", Qt::CaseInsensitive);
39}
40
41static QStringList bundleList;
42static bool checkValidFile(const char *path) {

Callers 2

dragOccuredMethod · 0.85
foreachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected