MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / popbuf

Function popbuf

libraries/hoedown/src/document.c:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static void
155popbuf(hoedown_document *doc, int type)
156{
157 doc->work_bufs[type].size--;
158}
159
160static void
161unscape_text(hoedown_buffer *ob, hoedown_buffer *src)

Callers 15

parse_emph1Function · 0.85
parse_emph2Function · 0.85
parse_emph3Function · 0.85
char_quoteFunction · 0.85
char_langle_tagFunction · 0.85
char_autolink_wwwFunction · 0.85
char_autolink_emailFunction · 0.85
char_autolink_urlFunction · 0.85
char_superscriptFunction · 0.85
parse_blockquoteFunction · 0.85
parse_paragraphFunction · 0.85
parse_blockcodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected