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

Method AsStringBuf

library/cpp/yt/yson_string/string.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50TStringBuf TYsonStringBuf::AsStringBuf() const
51{
52 YT_VERIFY(*this);
53 return Data_;
54}
55
56EYsonType TYsonStringBuf::GetType() const
57{

Callers 13

BodyMethod · 0.45
OnRawMethod · 0.45
ParseInt64FromYsonStringFunction · 0.45
EqualsFunction · 0.45
operator ()Method · 0.45
TYsonStringBufMethod · 0.45
TYsonStringMethod · 0.45
FormatValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected