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

Function ng_dumpitems

lib/ff_ng_base.c:3356–3365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3354}
3355
3356static void
3357ng_dumpitems(void)
3358{
3359 item_p item;
3360 int i = 1;
3361 TAILQ_FOREACH(item, &ng_itemlist, all) {
3362 printf("[%d] ", i++);
3363 dumpitem(item, NULL, 0);
3364 }
3365}
3366
3367static void
3368ng_dumpnodes(void)

Callers 1

Calls 2

printfFunction · 0.70
dumpitemFunction · 0.70

Tested by

no test coverage detected