| 122 | } |
| 123 | |
| 124 | static Value MakeJsonString(string_view text, Document::AllocatorType& alloc) { |
| 125 | return Value(text.data(), static_cast<rapidjson::SizeType>(text.size()), alloc); |
| 126 | } |
| 127 | |
| 128 | static constexpr string_view AVERAGED_FRAGMENT_PREFIX = "Averaged Fragment "; |
| 129 | static constexpr string_view FRAGMENT_PREFIX = "Fragment "; |
no test coverage detected