Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commonmark/cmark
/ cmark_node_free
Function
cmark_node_free
src/node.c:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
void cmark_node_free(cmark_node *node) {
161
S_node_unlink(node);
162
node->next = NULL;
163
S_free_nodes(node);
164
}
165
166
cmark_node_type cmark_node_get_type(cmark_node *node) {
167
if (node == NULL) {
Callers
15
constructor
Function · 0.85
classifiers
Function · 0.85
accessors
Function · 0.85
free_parent
Function · 0.85
node_check
Function · 0.85
iterator
Function · 0.85
iterator_delete
Function · 0.85
create_tree
Function · 0.85
custom_nodes
Function · 0.85
hierarchy
Function · 0.85
test_content
Function · 0.85
render_html
Function · 0.85
Calls
2
S_node_unlink
Function · 0.85
S_free_nodes
Function · 0.85
Tested by
2
test_content
Function · 0.68
test_feed_across_line_ending
Function · 0.68