Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
TStringBuf TYsonStringBuf::AsStringBuf() const
51
{
52
YT_VERIFY(*this);
53
return Data_;
54
}
55
56
EYsonType TYsonStringBuf::GetType() const
57
{
Callers
13
Body
Method · 0.45
OnRaw
Method · 0.45
ParseInt64FromYsonString
Function · 0.45
ParseUint64FromYsonString
Function · 0.45
ParseStringFromYsonString
Function · 0.45
ParseDoubleFromYsonString
Function · 0.45
ConvertFromYsonString<bool>
Function · 0.45
Equals
Function · 0.45
operator ()
Method · 0.45
TYsonStringBuf
Method · 0.45
TYsonString
Method · 0.45
FormatValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected