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

Method TYsonString

library/cpp/yt/yson_string/string.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62////////////////////////////////////////////////////////////////////////////////
63
64TYsonString::TYsonString()
65{
66 Begin_ = nullptr;
67 Size_ = 0;
68 Type_ = EYsonType::Node; // fake
69}
70
71TYsonString::TYsonString(const TYsonStringBuf& ysonStringBuf)
72{

Callers

nothing calls this directly

Calls 11

TYsonStringBufClass · 0.70
AllocateFunction · 0.50
moveFunction · 0.50
AsStringBufMethod · 0.45
lengthMethod · 0.45
GetDataMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
GetTypeMethod · 0.45
BeginMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected