MCPcopy Create free account
hub / github.com/chen3feng/toft / EncodeUri

Method EncodeUri

encoding/percent.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::string PercentEncoding::EncodeUri(const StringPiece& input) {
92 std::string result;
93 EncodeUriAppend(input, &result);
94 return result;
95}
96
97void PercentEncoding::EncodeUri(std::string *str)
98{

Callers

nothing calls this directly

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected