Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CheckForMissingGlyphs
Function · 0.80
operator()
Method · 0.80
StringBuilder
Class · 0.80
EmitWordList
Function · 0.80
PutCommandString
Function · 0.80
WriteLang
Method · 0.80
string_builder.cpp
File · 0.80
FixSCCEncodedNegative
Function · 0.80
Calls
1
PutBuffer
Method · 0.45
Tested by
no test coverage detected