MCPcopy Create free account
hub / github.com/Uncodin/bypass / rndr_codespan

Function rndr_codespan

src/parser.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327// Span Element callbacks
328
329static int rndr_codespan(struct buf *ob, struct buf *text, void *opaque) {
330 return ((Bypass::Parser*) opaque)->parsedCodeSpan(ob, text);
331}
332
333static int rndr_double_emphasis(struct buf *ob, struct buf *text, char c, void *opaque) {
334 return ((Bypass::Parser*) opaque)->parsedDoubleEmphasis(ob, text, c);

Callers

nothing calls this directly

Calls 1

parsedCodeSpanMethod · 0.80

Tested by

no test coverage detected