Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ QuickOpen
Method
QuickOpen
Libraries/unrar/qopen.cpp:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"rar.hpp"
2
3
QuickOpen::QuickOpen()
4
{
5
Buf=NULL;
6
Init(NULL,false);
7
}
8
9
10
QuickOpen::~QuickOpen()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected