MCPcopy Index your code
hub / github.com/git/git / cb_node_of

Function cb_node_of

cbtree.c:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15static struct cb_node *cb_node_of(const void *p)
16{
17 return (struct cb_node *)((uintptr_t)p - 1);
18}
19
20/* locate the best match, does not do a final comparison */
21static struct cb_node *cb_internal_best_match(struct cb_node *p,

Callers 4

cb_internal_best_matchFunction · 0.85
cb_insertFunction · 0.85
cb_descendFunction · 0.85
cb_eachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected