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

Function cb_node_key

cbtree.c:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "cbtree.h"
9
10static inline uint8_t *cb_node_key(struct cb_tree *t, struct cb_node *node)
11{
12 return (uint8_t *) node + t->key_offset;
13}
14
15static struct cb_node *cb_node_of(const void *p)
16{

Callers 3

cb_insertFunction · 0.85
cb_lookupFunction · 0.85
cb_eachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected