MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / hoedown_buffer_sets

Function hoedown_buffer_sets

libraries/hoedown/src/buffer.c:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void
175hoedown_buffer_sets(hoedown_buffer *buf, const char *str)
176{
177 hoedown_buffer_set(buf, (const uint8_t *)str, strlen(str));
178}
179
180int
181hoedown_buffer_eq(const hoedown_buffer *buf, const uint8_t *data, size_t size)

Callers

nothing calls this directly

Calls 1

hoedown_buffer_setFunction · 0.85

Tested by

no test coverage detected