MCPcopy Create free account
hub / github.com/acl-dev/acl / array_push_front

Function array_push_front

lib_fiber/c/src/common/array.c:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void array_push_front(struct ARRAY *a, void *obj)
12{
13 array_prepend(a, obj);
14}
15
16void *array_pop_back(struct ARRAY *a)
17{

Callers

nothing calls this directly

Calls 1

array_prependFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…