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

Method ExecuteCode

Libraries/unrar/unpack30.cpp:621–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619
620
621void Unpack::ExecuteCode(VM_PreparedProgram *Prg)
622{
623 Prg->InitR[6]=(uint)WrittenFileSize;
624 VM.Execute(Prg);
625}
626
627
628bool Unpack::ReadTables30()

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.80

Tested by

no test coverage detected