MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / Decode

Method Decode

src/futils.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269} // strError
270
271void Uri::Decode(Uri& uri) {
272 urldecode(uri.QueryString);
273 urldecode(uri.Path);
274 urldecode(uri.Host);
275 urldecode(uri.Username);
276 urldecode(uri.Password);
277}
278
279Uri Uri::Parse(const std::string& uri) {
280 Uri result;

Callers

nothing calls this directly

Calls 1

urldecodeFunction · 0.85

Tested by

no test coverage detected