Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ ClearMask
Method
ClearMask
Libraries/unrar/model.cpp:550–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
548
549
550
inline void ModelPPM::ClearMask()
551
{
552
EscCount=1;
553
memset(CharMask,0,sizeof(CharMask));
554
}
555
556
557
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected