Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PutChar
Method
PutChar
src/core/string_builder.cpp:105–108 ·
view source on GitHub ↗
* Append 8-bit char. */
Source
from the content-addressed store, hash-verified
103
* Append 8-bit char.
104
*/
105
void BaseStringBuilder::PutChar(char c)
106
{
107
this->PutUint8(static_cast<uint8_t>(c));
108
}
109
110
/**
111
* Append UTF.8 char.
Callers
10
FormatNumber
Function · 0.80
FormatGenericCurrency
Function · 0.80
GenPresidentName
Function · 0.80
MakeCzechTownName
Function · 0.80
TranslateTTDPatchCodes
Function · 0.80
StrMakeValid
Function · 0.80
StrMakeValidInPlace
Function · 0.80
IConsoleAliasExec
Function · 0.80
back_insert_iterator
Class · 0.80
string_builder.cpp
File · 0.80
Calls
1
PutUint8
Method · 0.95
Tested by
no test coverage detected