MCPcopy 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
62bool IsEntryDir(HZip zip)
63{
64 return zip_entry_isdir(zip) != 0;
65}
66
67const char* GetEntryName(HZip zip)
68{

Callers 1

TEST_PFunction · 0.85

Calls 1

zip_entry_isdirFunction · 0.85

Tested by 1

TEST_PFunction · 0.68