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

Method VM_PreparedProgram

Libraries/unrar/rarvm.hpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12struct VM_PreparedProgram
13{
14 VM_PreparedProgram()
15 {
16 FilteredDataSize=0;
17 Type=VMSF_NONE;
18 }
19 VM_StandardFilters Type;
20 uint InitR[7];
21 byte *FilteredData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected