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

Method EncodeUriComponent

encoding/percent.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120std::string PercentEncoding::EncodeUriComponent(const StringPiece& input) {
121 std::string result;
122 EncodeUriComponentAppend(input, &result);
123 return result;
124}
125
126void PercentEncoding::EncodeUriComponent(std::string *str)
127{

Callers

nothing calls this directly

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected