| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected