Returns the error information.
| 86 | |
| 87 | // Returns the error information. |
| 88 | std::string GetError() const { return StrJoin(error_, "\n"); } |
| 89 | |
| 90 | // Stand alone parsing utils for various aggregate data types. |
| 91 | StatusOr<Shape> ParseShapeOnly(); |
no outgoing calls
no test coverage detected