MCPcopy Create free account
hub / github.com/SFML/SFML / check

Method check

src/SFML/Audio/SoundFileWriterOgg.cpp:43–46  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

41{
42////////////////////////////////////////////////////////////
43bool SoundFileWriterOgg::check(const std::filesystem::path& filename)
44{
45 return toLower(filename.extension().string()) == ".ogg";
46}
47
48
49////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected