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

Class cmark_reference_map

src/parser.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15struct cmark_parser {
16 struct cmark_mem *mem;
17 struct cmark_reference_map *refmap;
18 struct cmark_node *root;
19 struct cmark_node *current;
20 int line_number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected