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

Method EncodeTo

encoding/percent.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void PercentEncoding::EncodeTo(const StringPiece& input, std::string* output)
57{
58 output->clear();
59 EncodeAppend(input, output);
60}
61
62std::string PercentEncoding::Encode(const StringPiece& input) {
63 std::string result;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected