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

Function trailer_iterator_release

trailer.c:1247–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247void trailer_iterator_release(struct trailer_iterator *iter)
1248{
1249 trailer_block_release(iter->internal.trailer_block);
1250 strbuf_release(&iter->val);
1251 strbuf_release(&iter->key);
1252}
1253
1254struct tempfile *trailer_create_in_place_tempfile(const char *file)
1255{

Callers 3

has_conforming_footerFunction · 0.85
t_trailer_iteratorFunction · 0.85

Calls 2

trailer_block_releaseFunction · 0.85
strbuf_releaseFunction · 0.85

Tested by

no test coverage detected