MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetFileSize

Method GetFileSize

CrySystem/HTTPDownloader.cpp:342–345  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

340
341//-------------------------------------------------------------------------------------------------
342int CHTTPDownloader::GetFileSize(IFunctionHandler *pH)
343{
344 return pH->EndFunction(CHTTPDownloader::GetFileSize());
345}
346
347//-------------------------------------------------------------------------------------------------
348int CHTTPDownloader::GetFileName(IFunctionHandler *pH)

Callers 3

LoadAnimationMethod · 0.45
StartReadMethod · 0.45
FGetSizeMethod · 0.45

Calls 1

EndFunctionMethod · 0.80

Tested by

no test coverage detected