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

Function ConvertToYsonString

library/cpp/yt/yson_string/convert.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95TYsonString ConvertToYsonString(const char* value)
96{
97 return ConvertToYsonString(TStringBuf(value));
98}
99
100template <>
101TYsonString ConvertToYsonString<float>(const float& value)

Callers 11

ConvertToYsonString<i8>Function · 0.85
ConvertToYsonString<i32>Function · 0.85
ConvertToYsonString<ui8>Function · 0.85
string>Method · 0.85
CheckFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected