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

Method Encode

net/uri/uri.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// Encode
35
36void URI::Encode(const StringPiece& src, std::string* dest)
37{
38 PercentEncoding::EncodeUriTo(src, dest);
39}
40
41std::string URI::Encode(const StringPiece& src)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected