Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Clear
Method
Clear
src/settingsgen/settingsgen.cpp:91–94 ·
view source on GitHub ↗
Clear the temporary storage. */
Source
from the content-addressed store, hash-verified
89
90
/** Clear the temporary storage. */
91
void Clear()
92
{
93
this->output_buffer.clear();
94
}
95
96
/**
97
* Add text to the output storage.
Callers
3
OutputStore
Method · 0.95
Add
Method · 0.45
main
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected