Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ segment_size
Function
segment_size
reftable/stack.c:1522–1525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1520
}
1521
1522
static int segment_size(struct segment *s)
1523
{
1524
return s->end - s->start;
1525
}
1526
1527
struct segment suggest_compaction_segment(uint64_t *sizes, size_t n,
1528
uint8_t factor)
Callers
1
update_segment_if_compaction_required
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected