Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsSet
Method
IsSet
Libraries/unrar/secpassword.hpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
void Get(wchar *Psw,size_t MaxSize);
21
void Set(const wchar *Psw);
22
bool IsSet() {return PasswordSet;}
23
size_t Length();
24
bool operator == (SecPassword &psw);
25
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected