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

Function array_init

lib_acl/src/private/private_array.c:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static void array_init(ACL_ARRAY *a)
103{
104 memset(a, 0, sizeof(ACL_ARRAY));
105}
106
107static void array_prepare_append(ACL_ARRAY *a, int app_count)
108{

Callers 1

private_array_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…