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

Function trailer_block_start

trailer.c:1113–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111}
1112
1113size_t trailer_block_start(struct trailer_block *trailer_block)
1114{
1115 return trailer_block->start;
1116}
1117
1118size_t trailer_block_end(struct trailer_block *trailer_block)
1119{

Callers 1

process_trailersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected