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

Method EncodeUriComponentTo

encoding/percent.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void PercentEncoding::EncodeUriComponentTo(const StringPiece& input, std::string* output)
115{
116 output->clear();
117 EncodeUriComponentAppend(input, output);
118}
119
120std::string PercentEncoding::EncodeUriComponent(const StringPiece& input) {
121 std::string result;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected