MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / SetSecure

Method SetSecure

Libraries/unrar/array.hpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 T* Begin() {return Buffer;}
33 T* End() {return Buffer==NULL ? NULL:Buffer+BufSize;}
34 void SetSecure() {Secure=true;}
35};
36
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected