MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / ~buffer

Method ~buffer

launcher/HoeDown.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 buf = hoedown_buffer_new(unit);
34 }
35 ~buffer()
36 {
37 hoedown_buffer_free(buf);
38 }
39 const char * cstr()
40 {
41 return hoedown_buffer_cstr(buf);

Callers

nothing calls this directly

Calls 1

hoedown_buffer_freeFunction · 0.85

Tested by

no test coverage detected