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

Method Read

src/saveload/saveload.cpp:2533–2536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2531 }
2532
2533 size_t Read(uint8_t *buf, size_t size) override
2534 {
2535 return this->chain->Read(buf, size);
2536 }
2537};
2538
2539/** Filter without any compression. */

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected