Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ~FileWriter
Method
~FileWriter
src/saveload/saveload.cpp:2405–2408 ·
view source on GitHub ↗
Make sure everything is cleaned up. */
Source
from the content-addressed store, hash-verified
2403
2404
/** Make sure everything is cleaned up. */
2405
~FileWriter()
2406
{
2407
this->Finish();
2408
}
2409
2410
void Write(uint8_t *buf, size_t size) override
2411
{
Callers
nothing calls this directly
Calls
1
Finish
Method · 0.95
Tested by
no test coverage detected