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

Method raw

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

Get the raw (encrypted) content.

Source from the content-addressed store, hash-verified

78
79 /// Get the raw (encrypted) content.
80 [[nodiscard]] const char *raw() const noexcept { return data_.data(); }
81
82 /// Get the actual length of the string.
83 [[nodiscard]] constexpr std::size_t size() noexcept { return N - 1; }

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected