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

Function cmark_node_get_start_line

src/node.c:642–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642int cmark_node_get_start_line(cmark_node *node) {
643 if (node == NULL) {
644 return 0;
645 }
646 return node->start_line;
647}
648
649int cmark_node_get_start_column(cmark_node *node) {
650 if (node == NULL) {

Callers 2

accessorsFunction · 0.85
S_render_sourceposFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected