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

Function trailer_block_new

trailer.c:1011–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011static struct trailer_block *trailer_block_new(void)
1012{
1013 struct trailer_block *trailer_block = xcalloc(1, sizeof(*trailer_block));
1014 return trailer_block;
1015}
1016
1017static struct trailer_block *trailer_block_get(const struct process_trailer_options *opts,
1018 const char *str)

Callers 1

trailer_block_getFunction · 0.85

Calls 1

xcallocFunction · 0.85

Tested by

no test coverage detected