MCPcopy 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
482bool OSDir::getNextFile(OSFile& oFile, bool bRecursive) {
483 return getNextFile(oFile, NULL, bRecursive);
484}
485
486int OSDir::getFileScanCount() {
487 if (info) {

Callers 4

parseMethod · 0.80
bz_reloadHelpFunction · 0.80
loadAllMethod · 0.80
addDirMethod · 0.80

Calls 5

toupperFunction · 0.85
c_strMethod · 0.80
osNameMethod · 0.80
clearMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected