MCPcopy 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
23void StringAppend(std::string* str, short value)
24{
25 StringAppendInteger(str, value);
26}
27
28void StringAppend(std::string* str, unsigned short value)
29{

Callers

nothing calls this directly

Calls 3

StringAppendIntegerFunction · 0.85
WriteFloatToBufferFunction · 0.85
WriteDoubleToBufferFunction · 0.85

Tested by

no test coverage detected