MCPcopy Create free account
hub / github.com/git/git / debug_name_entry

Function debug_name_entry

unpack-trees.c:1423–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1421}
1422
1423static void debug_name_entry(int i, struct name_entry *n)
1424{
1425 printf("ent#%d %06o %s\n", i,
1426 n->path ? n->mode : 0,
1427 n->path ? n->path : "(missing)");
1428}
1429
1430static void debug_unpack_callback(int n,
1431 unsigned long mask,

Callers 1

debug_unpack_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected