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

Method EncodeUriTo

encoding/percent.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void PercentEncoding::EncodeUriTo(const StringPiece& input, std::string* output)
86{
87 output->clear();
88 EncodeUriAppend(input, output);
89}
90
91std::string PercentEncoding::EncodeUri(const StringPiece& input) {
92 std::string result;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected