MCPcopy Create free account
hub / github.com/git/git / hashfile_checkpoint_init

Function hashfile_checkpoint_init

csum-file.c:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void hashfile_checkpoint_init(struct hashfile *f,
201 struct hashfile_checkpoint *checkpoint)
202{
203 memset(checkpoint, 0, sizeof(*checkpoint));
204 f->algop->init_fn(&checkpoint->ctx);
205}
206
207void hashfile_checkpoint(struct hashfile *f, struct hashfile_checkpoint *checkpoint)
208{

Callers 2

stream_blobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected