Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ getNextFile
Method
getNextFile
src/common/OSFile.cpp:482–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
bool OSDir::getNextFile(OSFile& oFile, bool bRecursive) {
483
return getNextFile(oFile, NULL, bRecursive);
484
}
485
486
int OSDir::getFileScanCount() {
487
if (info) {
Callers
4
parse
Method · 0.80
bz_reloadHelp
Function · 0.80
loadAll
Method · 0.80
addDir
Method · 0.80
Calls
5
toupper
Function · 0.85
c_str
Method · 0.80
osName
Method · 0.80
clear
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected