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

Method OnRaw

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

Source from the content-addressed store, hash-verified

7 ////////////////////////////////////////////////////////////////////////////////
8
9 void TYsonConsumerBase::OnRaw(TStringBuf str, NYT::NYson::EYsonType type) {
10 ParseYsonStringBuffer(str, this, type);
11 }
12
13 ////////////////////////////////////////////////////////////////////////////////
14

Callers

nothing calls this directly

Calls 1

ParseYsonStringBufferFunction · 0.85

Tested by

no test coverage detected