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

Function EncodeEnumValue

library/cpp/yt/string/enum.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49std::string EncodeEnumValue(TStringBuf value)
50{
51 return CamelCaseToUnderscoreCase(value);
52}
53
54////////////////////////////////////////////////////////////////////////////////
55

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected