MCPcopy Create free account
hub / github.com/apache/brpc / StringPrintV

Function StringPrintV

src/butil/strings/stringprintf.cc:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

StringAppendVFunction · 0.85

Tested by

no test coverage detected