Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PutBuffer
Method
PutBuffer
src/core/string_builder.cpp:122–125 ·
view source on GitHub ↗
* Append buffer. */
Source
from the content-addressed store, hash-verified
120
* Append buffer.
121
*/
122
void StringBuilder::PutBuffer(std::span<const char> str)
123
{
124
this->dest->append(str.data(), str.size());
125
}
Callers
5
PutUint8
Method · 0.45
PutUint16LE
Method · 0.45
PutUint32LE
Method · 0.45
PutUint64LE
Method · 0.45
PutUtf8
Method · 0.45
Calls
3
append
Method · 0.80
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected