| 95 | } |
| 96 | |
| 97 | Result<bool> ObjectParser::GetBool(const char* key) const { return impl_->GetBool(key); } |
| 98 | |
| 99 | Result<std::unordered_map<std::string, std::string>> ObjectParser::GetStringMap() const { |
| 100 | return impl_->GetStringMap(); |
no outgoing calls
no test coverage detected