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

Function create_footnote_ref

libraries/hoedown/src/document.c:243–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static struct footnote_ref *
244create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size)
245{
246 struct footnote_ref *ref = hoedown_calloc(1, sizeof(struct footnote_ref));
247
248 ref->id = hash_link_ref(name, name_size);
249
250 return ref;
251}
252
253static int
254add_footnote_ref(struct footnote_list *list, struct footnote_ref *ref)

Callers 1

is_footnoteFunction · 0.85

Calls 2

hoedown_callocFunction · 0.85
hash_link_refFunction · 0.85

Tested by

no test coverage detected