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

Class cmark_node

src/node.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 cmark_mem *mem;
58
59 struct cmark_node *next;
60 struct cmark_node *prev;
61 struct cmark_node *parent;
62 struct cmark_node *first_child;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected