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

Function pair_chunk

chunk-format.c:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181int pair_chunk(struct chunkfile *cf,
182 uint32_t chunk_id,
183 const unsigned char **p,
184 size_t *size)
185{
186 struct pair_chunk_data pcd = { .p = p, .size = size };
187 return read_chunk(cf, chunk_id, pair_chunk_fn, &pcd);
188}
189
190int read_chunk(struct chunkfile *cf,
191 uint32_t chunk_id,

Callers 2

parse_commit_graphFunction · 0.85

Calls 1

read_chunkFunction · 0.85

Tested by

no test coverage detected