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

Function cmark_render_code_point

src/render.c:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void cmark_render_code_point(cmark_renderer *renderer, uint32_t c) {
147 cmark_utf8proc_encode_char(c, renderer->buffer);
148 renderer->column += 1;
149}
150
151char *cmark_render(cmark_node *root, int options, int width,
152 void (*outc)(cmark_renderer *, cmark_escaping, int32_t,

Callers 4

S_outcFunction · 0.85
outcFunction · 0.85
outcFunction · 0.85
S_outFunction · 0.85

Calls 1

Tested by

no test coverage detected