Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
int 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_TEST
Function · 0.85
Calls
1
Printf
Function · 0.50
Tested by
no test coverage detected