MCPcopy Create free account
hub / github.com/commonmark/cmark / S_type

Function S_type

src/blocks.c:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static inline cmark_node_type S_type(const cmark_node *node) {
44 return (cmark_node_type)node->type;
45}
46
47static void S_set_last_line_blank(cmark_node *node, bool is_blank) {
48 if (is_blank)

Callers 7

S_ends_with_blank_lineFunction · 0.85
finalizeFunction · 0.85
add_childFunction · 0.85
process_inlinesFunction · 0.85
check_open_blocksFunction · 0.85
open_new_blocksFunction · 0.85
add_text_to_containerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected