MCPcopy Create free account
hub / github.com/catboost/catboost / string>

Method string>

library/cpp/yt/yson_string/convert.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72template <>
73TYsonString ConvertToYsonString<std::string>(const std::string& value)
74{
75 return ConvertToYsonString(static_cast<TStringBuf>(value));
76}
77
78struct TConvertStringToYsonStringTag
79{ };

Callers

nothing calls this directly

Calls 3

ConvertToYsonStringFunction · 0.85

Tested by

no test coverage detected