MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / UrlEncode

Method UrlEncode

tgcalls/v2/NativeNetworkingImpl.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60 }
61 virtual std::string UrlEncode() const override {
62 return _value;
63 }
64 virtual CryptStringImpl* Copy() const override {
65 return new CryptStringImpl(_value);
66 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected