Get the actual length of the string.
| 81 | |
| 82 | /// Get the actual length of the string. |
| 83 | [[nodiscard]] constexpr std::size_t size() noexcept { return N - 1; } |
| 84 | |
| 85 | /// Decode the obfuscated string |
| 86 | [[nodiscard]] constexpr std::string decode() const { |
nothing calls this directly
no outgoing calls
no test coverage detected