MCPcopy Index your code
hub / github.com/git/git / commit_stack_init

Function commit_stack_init

commit.c:2018–2022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016}
2017
2018void commit_stack_init(struct commit_stack *stack)
2019{
2020 stack->items = NULL;
2021 stack->nr = stack->alloc = 0;
2022}
2023
2024void commit_stack_grow(struct commit_stack *stack, size_t extra)
2025{

Callers 4

prepare_shallow_infoFunction · 0.85
get_fork_pointFunction · 0.85
commit_stack_clearFunction · 0.85
bitmap_builder_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected