MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Put

Method Put

src/core/string_builder.hpp:34–34  ·  view source on GitHub ↗

* Append string. */

Source from the content-addressed store, hash-verified

32 * Append string.
33 */
34 void Put(std::string_view str) { this->PutBuffer(str); }
35
36 void PutUint8(uint8_t value);
37 void PutSint8(int8_t value);

Callers 8

CheckForMissingGlyphsFunction · 0.80
operator()Method · 0.80
StringBuilderClass · 0.80
EmitWordListFunction · 0.80
PutCommandStringFunction · 0.80
WriteLangMethod · 0.80
string_builder.cppFile · 0.80
FixSCCEncodedNegativeFunction · 0.80

Calls 1

PutBufferMethod · 0.45

Tested by

no test coverage detected