Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ OpenStream
Function
OpenStream
engine/dlib/src/dlib/zip.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
Result OpenStream(const char *stream, uint32_t size, HZip* zip)
28
{
29
*zip = zip_stream_open(stream, size, 9,
'r'
);
30
return *zip != 0 ? RESULT_OK : RESULT_NO_SUCH_ENTRY;
31
}
32
33
void Close(HZip zip)
34
{
Callers
2
SetUp
Method · 0.85
Mount
Function · 0.85
Calls
1
zip_stream_open
Function · 0.85
Tested by
1
SetUp
Method · 0.68