MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Write

Method Write

src/saveload/saveload.cpp:2777–2780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2775 }
2776
2777 void Write(uint8_t *buf, size_t size) override
2778 {
2779 this->WriteLoop(buf, size, LZMA_RUN);
2780 }
2781
2782 void Finish() override
2783 {

Callers

nothing calls this directly

Calls 1

WriteLoopMethod · 0.95

Tested by

no test coverage detected