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

Function StringPrintTo

base/string/format/print.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18// 1 arg
19
20int StringPrintTo(std::string* out, const char* format)
21{
22 return StringVPrintTo(out, format, NULL, 0);
23}
24
25int StringPrintAppend(std::string* out, const char* format)
26{

Callers 3

TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 1

StringVPrintToFunction · 0.85

Tested by 3

TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68