MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetEntryCount

Method GetEntryCount

source/common/filesystem/source/filesystem.cpp:1372–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370//==========================================================================
1371
1372int FileSystem::GetEntryCount (int rfnum) const noexcept
1373{
1374 if ((uint32_t)rfnum >= Files.size())
1375 {
1376 return 0;
1377 }
1378
1379 return Files[rfnum]->EntryCount();
1380}
1381
1382
1383//==========================================================================

Callers

nothing calls this directly

Calls 2

EntryCountMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected