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

Method Write

src/saveload/saveload.cpp:2549–2552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2547 }
2548
2549 void Write(uint8_t *buf, size_t size) override
2550 {
2551 this->chain->Write(buf, size);
2552 }
2553};
2554
2555/********************************************

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected