* Decode the encoded string. * @returns Decoded raw string. */
| 205 | * @returns Decoded raw string. |
| 206 | */ |
| 207 | std::string EncodedString::GetDecodedString() const |
| 208 | { |
| 209 | return GetString(STR_JUST_RAW_STRING, this->string); |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Get some number that is suitable for string size computations. |
no test coverage detected