Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ oidhash_by_value
Function
oidhash_by_value
khash.h:322–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
} }
321
322
static inline unsigned int oidhash_by_value(struct object_id oid)
323
{
324
return oidhash(&oid);
325
}
326
327
static inline int oideq_by_value(struct object_id a, struct object_id b)
328
{
Callers
nothing calls this directly
Calls
1
oidhash
Function · 0.85
Tested by
no test coverage detected