| 7 | //////////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | void TYsonConsumerBase::OnRaw(TStringBuf str, NYT::NYson::EYsonType type) { |
| 10 | ParseYsonStringBuffer(str, this, type); |
| 11 | } |
| 12 | |
| 13 | //////////////////////////////////////////////////////////////////////////////// |
| 14 |
nothing calls this directly
no test coverage detected