Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ init_linkedlist
Function
init_linkedlist
src/core/zip/MiniZip/zip.c:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
local void init_linkedlist(linkedlist_data* ll)
215
{
216
ll->first_block = ll->last_block = NULL;
217
}
218
219
local void free_linkedlist(linkedlist_data* ll)
220
{
Callers
1
zipOpen3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected