Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ hoedown_stack_uninit
Function
hoedown_stack_uninit
libraries/hoedown/src/stack.c:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void
24
hoedown_stack_uninit(hoedown_stack *st)
25
{
26
assert(st);
27
28
free(st->item);
29
}
30
31
void
32
hoedown_stack_grow(hoedown_stack *st, size_t neosz)
Callers
1
hoedown_document_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected