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

Method InitFilters30

Libraries/unrar/unpack30.cpp:751–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749
750
751void Unpack::InitFilters30(bool Solid)
752{
753 if (!Solid)
754 {
755 OldFilterLengths.SoftReset();
756 LastFilter=0;
757
758 for (size_t I=0;I<Filters30.Size();I++)
759 delete Filters30[I];
760 Filters30.SoftReset();
761 }
762 for (size_t I=0;I<PrgStack.Size();I++)
763 delete PrgStack[I];
764 PrgStack.SoftReset();
765}

Callers

nothing calls this directly

Calls 2

SoftResetMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected