| 11 | //////////////////////////////////////////////////////////////////////////////// |
| 12 | |
| 13 | TYsonStringBuf::TYsonStringBuf() |
| 14 | { |
| 15 | Type_ = EYsonType::Node; // fake |
| 16 | Null_ = true; |
| 17 | } |
| 18 | |
| 19 | TYsonStringBuf::TYsonStringBuf(const TYsonString& ysonString) |
| 20 | { |
nothing calls this directly
no test coverage detected