Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
static void
155
popbuf(hoedown_document *doc, int type)
156
{
157
doc->work_bufs[type].size--;
158
}
159
160
static void
161
unscape_text(hoedown_buffer *ob, hoedown_buffer *src)
Callers
15
parse_emph1
Function · 0.85
parse_emph2
Function · 0.85
parse_emph3
Function · 0.85
char_quote
Function · 0.85
char_langle_tag
Function · 0.85
char_autolink_www
Function · 0.85
char_autolink_email
Function · 0.85
char_autolink_url
Function · 0.85
char_superscript
Function · 0.85
parse_blockquote
Function · 0.85
parse_paragraph
Function · 0.85
parse_blockcode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected