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

Method Write

src/saveload/saveload.cpp:2659–2662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2657 }
2658
2659 void Write(uint8_t *buf, size_t size) override
2660 {
2661 this->WriteLoop(buf, size, 0);
2662 }
2663
2664 void Finish() override
2665 {

Callers

nothing calls this directly

Calls 1

WriteLoopMethod · 0.95

Tested by

no test coverage detected