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

Method Encode

encoding/percent.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string PercentEncoding::Encode(const StringPiece& input) {
63 std::string result;
64 EncodeAppend(input, &result);
65 return result;
66}
67
68void PercentEncoding::Encode(std::string *str)
69{

Callers

nothing calls this directly

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected