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

Function array_push_back

lib_fiber/c/src/common/array.c:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "array.h"
5
6void array_push_back(struct ARRAY *a, void *obj)
7{
8 array_append(a, obj);
9}
10
11void array_push_front(struct ARRAY *a, void *obj)
12{

Callers 1

fiber_file_cache_putFunction · 0.50

Calls 1

array_appendFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…