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

Function free_commit_buffer_slab

commit.c:363–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void free_commit_buffer_slab(struct buffer_slab *bs)
364{
365 clear_buffer_slab(bs);
366 free(bs);
367}
368
369void set_commit_buffer(struct repository *r, struct commit *commit, void *buffer, unsigned long size)
370{

Callers 1

parsed_object_pool_clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected