MCPcopy 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
322static inline unsigned int oidhash_by_value(struct object_id oid)
323{
324 return oidhash(&oid);
325}
326
327static inline int oideq_by_value(struct object_id a, struct object_id b)
328{

Callers

nothing calls this directly

Calls 1

oidhashFunction · 0.85

Tested by

no test coverage detected