MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / GetDefaultCdnPath

Function GetDefaultCdnPath

src/External/CascLib/src/CascFiles.cpp:560–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560static DWORD GetDefaultCdnPath(TCascStorage * hs, const CASC_CSV_COLUMN & Column)
561{
562 if(hs->szCdnPath == NULL && Column.nLength != 0)
563 hs->szCdnPath = CascNewStrA2T(Column.szValue);
564 return ERROR_SUCCESS;
565}
566
567static DWORD GetDefaultLocaleByRegion(LPCSTR szRegion)
568{

Callers 1

ParseFile_BuildInfoFunction · 0.85

Calls 1

CascNewStrA2TFunction · 0.85

Tested by

no test coverage detected