Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
621
void Unpack::ExecuteCode(VM_PreparedProgram *Prg)
622
{
623
Prg->InitR[6]=(uint)WrittenFileSize;
624
VM.Execute(Prg);
625
}
626
627
628
bool Unpack::ReadTables30()
Callers
nothing calls this directly
Calls
1
Execute
Method · 0.80
Tested by
no test coverage detected