Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Finish
Method
Finish
src/saveload/saveload.cpp:2782–2786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2780
}
2781
2782
void Finish() override
2783
{
2784
this->WriteLoop(nullptr, 0, LZMA_FINISH);
2785
this->chain->Finish();
2786
}
2787
};
2788
2789
#endif /* WITH_LIBLZMA */
Callers
nothing calls this directly
Calls
2
WriteLoop
Method · 0.95
Finish
Method · 0.45
Tested by
no test coverage detected