MCPcopy Create free account
hub / github.com/andrivet/ADVobfuscator / size

Method size

include/advobfuscator/string.h:83–83  ·  view source on GitHub ↗

Get the actual length of the string.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected