MCPcopy Create free account
hub / github.com/defold/defold / Open

Function Open

engine/dlib/src/dlib/zip.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20
21Result Open(const char* path, HZip* zip)
22{
23 *zip = zip_open(path, 9, 'r');
24 return *zip != 0 ? RESULT_OK : RESULT_NO_SUCH_ENTRY;
25}
26
27Result OpenStream(const char *stream, uint32_t size, HZip* zip)
28{

Callers 6

TEST_FFunction · 0.50
SetUpMethod · 0.50
TESTFunction · 0.50
TEST_PFunction · 0.50
engine.cppFile · 0.50
MountFunction · 0.50

Calls 1

zip_openFunction · 0.85

Tested by 4

TEST_FFunction · 0.40
SetUpMethod · 0.40
TESTFunction · 0.40
TEST_PFunction · 0.40