| 69 | } |
| 70 | |
| 71 | std::string OpenGeodeException::string() const |
| 72 | { |
| 73 | return absl::StrCat( "OpenGeodeException of type ", type_name(), |
| 74 | " from project ", project(), " and library ", library(), ": ", |
| 75 | what() ); |
| 76 | } |
| 77 | |
| 78 | int geode_lippincott() |
| 79 | { |
no test coverage detected