Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Next
Method
Next
BeefySysLib/util/FileEnumerator.cpp:65–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
bool FileEnumerator::Next()
66
{
67
if (BfpFindFileData_FindNextFile(mFindData))
68
mIdx++;
69
else
70
mIdx = -1;
71
return mIdx != -1;
72
}
73
74
FileEnumerator::Iterator FileEnumerator::begin()
75
{
Callers
1
FileEnumerator.cpp
File · 0.45
Calls
1
BfpFindFileData_FindNextFile
Function · 0.50
Tested by
no test coverage detected