MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / StringAppendF

Function StringAppendF

module/src/main/cpp/external/fdutils/stringprintf.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return result;
64 }
65 void StringAppendF(std::string* dst, const char* format, ...) {
66 va_list ap;
67 va_start(ap, format);
68 StringAppendV(dst, format, ap);
69 va_end(ap);
70 }
71} // namespace android::base

Callers

nothing calls this directly

Calls 1

StringAppendVFunction · 0.85

Tested by

no test coverage detected