| 7 | //////////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | void IYsonConsumer::OnRaw(const TYsonStringBuf& yson) |
| 10 | { |
| 11 | OnRaw(yson.AsStringBuf(), yson.GetType()); |
| 12 | } |
| 13 | |
| 14 | //////////////////////////////////////////////////////////////////////////////// |
| 15 |
nothing calls this directly
no test coverage detected