MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / hasGifExtension

Function hasGifExtension

lib/FsHelpers/FsHelpers.cpp:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154bool hasBmpExtension(std::string_view fileName) { return checkFileExtension(fileName, ".bmp"); }
155
156bool hasGifExtension(std::string_view fileName) { return checkFileExtension(fileName, ".gif"); }
157
158bool hasEpubExtension(std::string_view fileName) { return checkFileExtension(fileName, ".epub"); }
159

Callers

nothing calls this directly

Calls 1

checkFileExtensionFunction · 0.70

Tested by

no test coverage detected