Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
void git_hash_init(struct git_hash_ctx *ctx, const struct git_hash_algo *algop)
262
{
263
algop->init_fn(ctx);
264
}
265
266
void git_hash_clone(struct git_hash_ctx *dst, const struct git_hash_ctx *src)
267
{
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected