MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Write

Method Write

neo/framework/DemoFile.cpp:326–328  ·  view source on GitHub ↗

================ idDemoFile::Write ================ */

Source from the content-addressed store, hash-verified

324 ================
325 */
326int idDemoFile::Write( const void *buffer, int len ) {
327 return compressor->Write( buffer, len );
328}

Callers 4

LogMethod · 0.45
OpenForWritingMethod · 0.45
ReadHashStringMethod · 0.45
WriteHashStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected