MCPcopy 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

83class OutputStore {
84public:
85 OutputStore()
86 {
87 this->Clear();
88 }
89
90 /** Clear the temporary storage. */
91 void Clear()

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.95

Tested by

no test coverage detected