Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ ~FileEnumerator
Method
~FileEnumerator
BeefySysLib/util/FileEnumerator.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
FileEnumerator::~FileEnumerator()
60
{
61
if (mFindData != NULL)
62
BfpFindFileData_Release(mFindData);
63
}
64
65
bool FileEnumerator::Next()
66
{
Callers
nothing calls this directly
Calls
1
BfpFindFileData_Release
Function · 0.50
Tested by
no test coverage detected