MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_retain_add

Function xo_retain_add

tools/libxo/libxo/libxo.c:1308–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306 return;
1307}
1308static void
1309xo_retain_add (const char *fmt UNUSED, xo_field_info_t *fields UNUSED,
1310 unsigned num_fields UNUSED)
1311{
1312 return;
1313}
1314
1315static int
1316xo_retain_find (const char *fmt UNUSED, xo_field_info_t **valp UNUSED,

Callers 1

xo_do_emitFunction · 0.85

Calls 3

xo_retain_hashFunction · 0.85
bzeroFunction · 0.85
memcpyFunction · 0.50

Tested by

no test coverage detected