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

Function array_prepend

lib_fiber/c/src/common/array.c:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267int array_prepend(ARRAY *a, void *obj)
268{
269 return array_pred_insert(a, 0, obj);
270}
271
272int array_delete(ARRAY *a, int pos, void (*free_fn)(void*))
273{

Callers 1

array_push_frontFunction · 0.85

Calls 1

array_pred_insertFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…