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

Method Finish

src/saveload/saveload.cpp:2664–2668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2662 }
2663
2664 void Finish() override
2665 {
2666 this->WriteLoop(nullptr, 0, Z_FINISH);
2667 this->chain->Finish();
2668 }
2669};
2670
2671#endif /* WITH_ZLIB */

Callers

nothing calls this directly

Calls 2

WriteLoopMethod · 0.95
FinishMethod · 0.45

Tested by

no test coverage detected