Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
Result 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
27
Result OpenStream(const char *stream, uint32_t size, HZip* zip)
28
{
Callers
6
TEST_F
Function · 0.50
SetUp
Method · 0.50
TEST
Function · 0.50
TEST_P
Function · 0.50
engine.cpp
File · 0.50
Mount
Function · 0.50
Calls
1
zip_open
Function · 0.85
Tested by
4
TEST_F
Function · 0.40
SetUp
Method · 0.40
TEST
Function · 0.40
TEST_P
Function · 0.40