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

Method check

src/SFML/Audio/SoundFileWriterFlac.cpp:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47////////////////////////////////////////////////////////////
48bool SoundFileWriterFlac::check(const std::filesystem::path& filename)
49{
50 return toLower(filename.extension().string()) == ".flac";
51}
52
53
54////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected