MCPcopy Create free account
hub / github.com/anyrtcIO-Community/anyRTC-RTMP-OpenSource / s_url_encode

Function s_url_encode

webrtc/base/stringencode.h:132–134  ·  view source on GitHub ↗

Convenience wrappers.

Source from the content-addressed store, hash-verified

130
131// Convenience wrappers.
132inline std::string s_url_encode(const std::string& source) {
133 return s_transform(source, url_encode);
134}
135inline std::string s_url_decode(const std::string& source) {
136 return s_transform(source, url_decode);
137}

Callers

nothing calls this directly

Calls 1

s_transformFunction · 0.85

Tested by

no test coverage detected