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

Function block_source_size

reftable/blocksource.c:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46uint64_t block_source_size(struct reftable_block_source *source)
47{
48 return source->ops->size(source->arg);
49}
50
51static void reftable_buf_release_data(void *b REFTABLE_UNUSED, struct reftable_block_data *dest)
52{

Callers 3

read_blockFunction · 0.85
reftable_table_newFunction · 0.85

Calls

no outgoing calls

Tested by 1