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

Function git_hash_init

hash.c:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void git_hash_init(struct git_hash_ctx *ctx, const struct git_hash_algo *algop)
262{
263 algop->init_fn(ctx);
264}
265
266void git_hash_clone(struct git_hash_ctx *dst, const struct git_hash_ctx *src)
267{

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected