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

Method erase

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

Erase the data of the string.

Source from the content-addressed store, hash-verified

103 private:
104 /// Erase the data of the string.
105 constexpr void erase() noexcept {
106 if(!obfuscated_)
107 std::fill(data_.begin(), data_.end(), 0);
108 }
109
110 /// Encode an array of characters.
111 /// \param str The string of characters to be encoded.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected