Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ mpqapi_has_file
Function
mpqapi_has_file
Source/mpqapi.cpp:611–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
BOOL mpqapi_has_file(const char *pszName)
612
{
613
return FetchHandle(pszName) != -1;
614
}
615
616
BOOL OpenMPQ(const char *pszArchive, DWORD dwChar)
617
{
Callers
2
GetPermLevelNames
Function · 0.85
pfile_rename_temp_to_perm
Function · 0.85
Calls
1
FetchHandle
Function · 0.85
Tested by
no test coverage detected