MCPcopy Create free account
hub / github.com/chen3feng/toft / StringPrintAppend

Function StringPrintAppend

base/string/format/print.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int StringPrintAppend(std::string* out, const char* format)
26{
27 return StringVPrintAppend(out, format, NULL, 0);
28}
29
30std::string StringPrint(const char* format)
31{

Callers 1

TESTFunction · 0.85

Calls 1

StringVPrintAppendFunction · 0.85

Tested by 1

TESTFunction · 0.68