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

Function test_htable_stat

unit_test/stdlib/test_htable.c:84–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int test_htable_stat(AUT_LINE *test_line acl_unused, void *arg acl_unused)
85{
86 const char *myname = "test_htable_stat";
87
88 if (__table == NULL) {
89 printf("%s: __table null\n", myname);
90 return (-1);
91 }
92
93 acl_htable_stat(__table);
94
95 return (0);
96}
97int test_htable_free(AUT_LINE *test_line acl_unused, void *arg acl_unused)
98{
99 if (__table == NULL) {

Callers

nothing calls this directly

Calls 1

acl_htable_statFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…