MCPcopy Create free account
hub / github.com/cvg/pixel-perfect-sfm / StringAppendF

Function StringAppendF

pixsfm/util/src/stringprintf.cc:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void StringAppendF(string* dst, const char* format, ...) {
104 va_list ap;
105 va_start(ap, format);
106 StringAppendV(dst, format, ap);
107 va_end(ap);
108}
109
110} // namespace pixsfm

Callers

nothing calls this directly

Calls 1

StringAppendVFunction · 0.85

Tested by

no test coverage detected