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

Function block_source_close

reftable/blocksource.c:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void block_source_close(struct reftable_block_source *source)
28{
29 if (!source->ops) {
30 return;
31 }
32
33 source->ops->close(source->arg);
34 source->ops = NULL;
35}
36
37ssize_t block_source_read_data(struct reftable_block_source *source,
38 struct reftable_block_data *dest, uint64_t off,

Callers 3

reftable_table_newFunction · 0.85
reftable_table_decrefFunction · 0.85

Calls

no outgoing calls

Tested by 1