MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / WriteBlock

Method WriteBlock

stream_audio/osfarchive.cpp:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227bool OSFArchive::WriteBlock(uint8_t *blk, int size) { return (cf_WriteBytes(blk, size, m_fp) < size) ? false : true; }
228
229// read in operations.
230int OSFArchive::Read(uint8_t *blk, int size) {

Callers 2

SaveDigitalStreamMethod · 0.80
taunt_ImportWaveFunction · 0.80

Calls 1

cf_WriteBytesFunction · 0.85

Tested by

no test coverage detected