Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
bool OSFArchive::WriteBlock(uint8_t *blk, int size) { return (cf_WriteBytes(blk, size, m_fp) < size) ? false : true; }
228
229
// read in operations.
230
int OSFArchive::Read(uint8_t *blk, int size) {
Callers
2
SaveDigitalStream
Method · 0.80
taunt_ImportWave
Function · 0.80
Calls
1
cf_WriteBytes
Function · 0.85
Tested by
no test coverage detected