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

Function debug_path

unpack-trees.c:1413–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411}
1412
1413static void debug_path(struct traverse_info *info)
1414{
1415 if (info->prev) {
1416 debug_path(info->prev);
1417 if (*info->prev->name)
1418 putchar('/');
1419 }
1420 printf("%s", info->name);
1421}
1422
1423static void debug_name_entry(int i, struct name_entry *n)
1424{

Callers 1

debug_unpack_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected