Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
355
static 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
parsedNormalText
Method · 0.80
Tested by
no test coverage detected