Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1113
size_t trailer_block_start(struct trailer_block *trailer_block)
1114
{
1115
return trailer_block->start;
1116
}
1117
1118
size_t trailer_block_end(struct trailer_block *trailer_block)
1119
{
Callers
1
process_trailers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected