MCPcopy Create free account
hub / github.com/catboost/catboost / fcat

Function fcat

util/string/printf.cpp:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29int fcat(TString& s, const char* c, ...) {
30 TStringOutput so(s);
31
32 va_list params;
33 va_start(params, c);
34 const size_t ret = Printf(so, c, params);
35 va_end(params);
36
37 return ret;
38}

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

PrintfFunction · 0.50

Tested by

no test coverage detected