MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CheckValidUpload

Function CheckValidUpload

engine/Poseidon/Network/NetworkServerMsg.cpp:801–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799 {
800 const IntegrityQuestionInfo& qi = integrityQuestions[i];
801 if (qi.type == type && qi.q.name == q.name && qi.q.offset == q.offset && qi.q.size == q.size)
802 {
803 return i;
804 }
805 }
806 return -1;
807}
808

Callers

nothing calls this directly

Calls 4

GetServerTmpDirFunction · 0.85
RStringClass · 0.50
strnicmpFunction · 0.50
GetLengthMethod · 0.45

Tested by

no test coverage detected