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