Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ OutputStore
Method
OutputStore
src/settingsgen/settingsgen.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
class OutputStore {
84
public:
85
OutputStore()
86
{
87
this->Clear();
88
}
89
90
/** Clear the temporary storage. */
91
void Clear()
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.95
Tested by
no test coverage detected