| 25 | class RapidjsonStringResult : public StringResult<RapidjsonStringResult> { |
| 26 | public: |
| 27 | std::string_view str_impl() const { return sb.GetString(); } |
| 28 | |
| 29 | rapidjson::StringBuffer sb; |
| 30 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected