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

Method Length

Libraries/unrar/secpassword.cpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140size_t SecPassword::Length()
141{
142 wchar Plain[MAXPASSWORD];
143 Get(Plain,ASIZE(Plain));
144 size_t Length=wcslen(Plain);
145 cleandata(Plain,ASIZE(Plain));
146 return Length;
147}
148
149
150bool SecPassword::operator == (SecPassword &psw)

Callers

nothing calls this directly

Calls 1

cleandataFunction · 0.85

Tested by

no test coverage detected