MCPcopy Create free account
hub / github.com/Spuckwaffel/Kernel-Thread-Driver / isEncrypted

Method isEncrypted

Driver/skCrypter.h:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 __forceinline bool isEncrypted()
98 {
99 return _storage[_size - 1] != 0;
100 }
101
102 __forceinline void clear() // set full storage to 0
103 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected