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

Method TYsonStringBuf

library/cpp/yt/yson_string/string.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11////////////////////////////////////////////////////////////////////////////////
12
13TYsonStringBuf::TYsonStringBuf()
14{
15 Type_ = EYsonType::Node; // fake
16 Null_ = true;
17}
18
19TYsonStringBuf::TYsonStringBuf(const TYsonString& ysonString)
20{

Callers

nothing calls this directly

Calls 2

AsStringBufMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected