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

Method read

test/Audio/SoundFileFactory.test.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 std::uint64_t read(std::int16_t*, std::uint64_t) override
38 {
39 return 0;
40 }
41};
42
43struct NoopSoundFileWriter : sf::SoundFileWriter

Callers 4

loadIntoMemoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected