| 40 | } |
| 41 | |
| 42 | std::string TextRangeToString(const UriTextRangeStructA& range) { |
| 43 | return std::string(TextRangeToView(range)); |
| 44 | } |
| 45 | |
| 46 | // There can be a difference between an absent field and an empty field. |
| 47 | // For example, in "unix:/tmp/foo", the host is absent, while in |
no test coverage detected