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

Function rndr_normal_text

src/parser.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353// Low Level Callbacks
354
355static void rndr_normal_text(struct buf *ob, struct buf *text, void *opaque) {
356 return ((Bypass::Parser*) opaque)->parsedNormalText(ob, text);
357}
358

Callers

nothing calls this directly

Calls 1

parsedNormalTextMethod · 0.80

Tested by

no test coverage detected