Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ buffer
Method
buffer
launcher/HoeDown.h:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
{
30
public:
31
buffer(size_t unit = 4096)
32
{
33
buf = hoedown_buffer_new(unit);
34
}
35
~buffer()
36
{
37
hoedown_buffer_free(buf);
Callers
nothing calls this directly
Calls
1
hoedown_buffer_new
Function · 0.85
Tested by
no test coverage detected