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

Method DecodeTo

encoding/percent.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163bool PercentEncoding::DecodeTo(const StringPiece& input, std::string* output)
164{
165 output->clear();
166 return DecodeAppend(input, output);
167}
168
169bool PercentEncoding::Decode(std::string *str)
170{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected