| 47 | } |
| 48 | } |
| 49 | virtual std::string UrlEncode() const override { |
| 50 | return _value; |
| 51 | } |
| 52 | virtual CryptStringImpl* Copy() const override { |
| 53 | return new TgCallsCryptStringImpl(_value); |
| 54 | } |
nothing calls this directly
no outgoing calls
no test coverage detected