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

Method EntryCount

source/common/filesystem/include/resourcefile.h:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 const char* GetHash() const { return Hash; }
157
158 int EntryCount() const { return NumLumps; }
159 int FindEntry(const char* name);
160
161 size_t Length(uint32_t entry)

Callers 5

CheckGameInfoFunction · 0.80
ProcessOneFileMethod · 0.80
AddFileMethod · 0.80
GetLastEntryMethod · 0.80
GetEntryCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected