Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
struct NoopSoundFileWriter : sf::SoundFileWriter
Callers
4
FileInputStream.test.cpp
File · 0.45
MemoryInputStream.test.cpp
File · 0.45
InputSoundFile.test.cpp
File · 0.45
loadIntoMemory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected