Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
static 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
15
static struct cb_node *cb_node_of(const void *p)
16
{
Callers
3
cb_insert
Function · 0.85
cb_lookup
Function · 0.85
cb_each
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected