Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IsEntryDir
Function
IsEntryDir
engine/dlib/src/dlib/zip.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool IsEntryDir(HZip zip)
63
{
64
return zip_entry_isdir(zip) != 0;
65
}
66
67
const char* GetEntryName(HZip zip)
68
{
Callers
1
TEST_P
Function · 0.85
Calls
1
zip_entry_isdir
Function · 0.85
Tested by
1
TEST_P
Function · 0.68