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

Method check

src/SFML/Audio/SoundFileWriterWav.cpp:74–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

72{
73////////////////////////////////////////////////////////////
74bool SoundFileWriterWav::check(const std::filesystem::path& filename)
75{
76 return toLower(filename.extension().string()) == ".wav";
77}
78
79
80////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected