Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ ~ScanTree
Method
~ScanTree
Libraries/unrar/scantree.cpp:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
ScanTree::~ScanTree()
26
{
27
for (int I=Depth;I>=0;I--)
28
if (FindStack[I]!=NULL)
29
delete FindStack[I];
30
}
31
32
33
SCAN_CODE ScanTree::GetNext(FindData *FD)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected