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

Method EncodeAppend

encoding/percent.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46///////////////////////////////////////////////////////////////////////////
47
48void PercentEncoding::EncodeAppend(const StringPiece& input, std::string* output)
49{
50 static const ByteSet unchanged("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
51 "abcdefghijklmnopqrstuvwxyz"
52 "0123456789*+-./@_");
53 DoEncodeAppend(input, unchanged, output);
54}
55
56void PercentEncoding::EncodeTo(const StringPiece& input, std::string* output)
57{

Callers

nothing calls this directly

Calls 1

DoEncodeAppendFunction · 0.85

Tested by

no test coverage detected