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

Method EncodeComponent

net/uri/uri.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51// EncodeComponent
52
53void URI::EncodeComponent(const StringPiece& src, std::string* dest)
54{
55 PercentEncoding::EncodeUriComponentTo(src, dest);
56}
57
58std::string URI::EncodeComponent(const StringPiece& src)
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected