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

Function free_trailers

trailer.c:1104–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102}
1103
1104void free_trailers(struct list_head *trailers)
1105{
1106 struct list_head *pos, *p;
1107 list_for_each_safe(pos, p, trailers) {
1108 list_del(pos);
1109 free_trailer_item(list_entry(pos, struct trailer_item, list));
1110 }
1111}
1112
1113size_t trailer_block_start(struct trailer_block *trailer_block)
1114{

Callers 3

process_trailersFunction · 0.85

Calls 1

list_delFunction · 0.85

Tested by

no test coverage detected