MCPcopy 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

OutputStoreMethod · 0.95
AddMethod · 0.45
mainFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected