Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ StringAppend
Function
StringAppend
base/string/concat.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void StringAppend(std::string* str, short value)
24
{
25
StringAppendInteger(str, value);
26
}
27
28
void StringAppend(std::string* str, unsigned short value)
29
{
Callers
nothing calls this directly
Calls
3
StringAppendInteger
Function · 0.85
WriteFloatToBuffer
Function · 0.85
WriteDoubleToBuffer
Function · 0.85
Tested by
no test coverage detected