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

Function IdentifyGroup

source/core/searchpaths.cpp:696–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696GrpInfo *IdentifyGroup(FileEntry *entry, TArray<GrpInfo *> &groups)
697{
698 for (auto g : groups)
699 {
700 if (entry->FileLength == g->size && entry->CRCValue == g->CRC)
701 return g;
702 }
703 return nullptr;
704}
705
706//==========================================================================
707//

Callers 1

GrpScanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected