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

Method check

test/Audio/SoundFileFactory.test.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43struct NoopSoundFileWriter : sf::SoundFileWriter
44{
45 static bool check(const std::filesystem::path&)
46 {
47 return false;
48 }
49
50 bool open(const std::filesystem::path&, unsigned int, unsigned int, const std::vector<sf::SoundChannel>&) override
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected