MCPcopy Create free account
hub / github.com/devsisters/libquic / StringPrintV

Function StringPrintV

src/base/strings/stringprintf.cc:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134#endif
135
136std::string StringPrintV(const char* format, va_list ap) {
137 std::string result;
138 StringAppendV(&result, format, ap);
139 return result;
140}
141
142const std::string& SStringPrintf(std::string* dst, const char* format, ...) {
143 va_list ap;

Callers

nothing calls this directly

Calls 1

StringAppendVFunction · 0.85

Tested by

no test coverage detected