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

Method OnRaw

library/cpp/yt/yson/consumer.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7////////////////////////////////////////////////////////////////////////////////
8
9void IYsonConsumer::OnRaw(const TYsonStringBuf& yson)
10{
11 OnRaw(yson.AsStringBuf(), yson.GetType());
12}
13
14////////////////////////////////////////////////////////////////////////////////
15

Callers

nothing calls this directly

Calls 2

AsStringBufMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected