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

Function StringVPrintTo

base/string/format/vprint.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118int StringVPrintTo(std::string* target, const char* format,
119 const FormatPrintArg** args, int nargs)
120{
121 target->clear();
122 return StringVPrintAppend(target, format, args, nargs);
123}
124
125std::string StringVPrint(const char* format,
126 const FormatPrintArg** args, int nargs)

Callers 1

StringPrintToFunction · 0.85

Calls 2

StringVPrintAppendFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected