Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commonmark/cmark
/ cmark_iter_get_node
Function
cmark_iter_get_node
src/iterator.c:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
cmark_node *cmark_iter_get_node(cmark_iter *iter) { return iter->cur.node; }
83
84
cmark_event_type cmark_iter_get_event_type(cmark_iter *iter) {
85
return iter->cur.ev_type;
Callers
7
iterator
Function · 0.85
iterator_delete
Function · 0.85
process_inlines
Function · 0.85
cmark_render_xml
Function · 0.85
cmark_consolidate_text_nodes
Function · 0.85
cmark_render_html
Function · 0.85
cmark_render
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected