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

Function cmark_node_last_child

src/node.c:259–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259cmark_node *cmark_node_last_child(cmark_node *node) {
260 if (node == NULL) {
261 return NULL;
262 } else {
263 return node->last_child;
264 }
265}
266
267static bufsize_t cmark_set_cstr(cmark_mem *mem, unsigned char **dst,
268 const char *src) {

Callers 1

create_treeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected