Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
void array_push_back(struct ARRAY *a, void *obj)
7
{
8
array_append(a, obj);
9
}
10
11
void array_push_front(struct ARRAY *a, void *obj)
12
{
Callers
1
fiber_file_cache_put
Function · 0.50
Calls
1
array_append
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…