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

Function get_value

t/unit-tests/u-hashmap.c:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30static const char *get_value(const struct test_entry *e)
31{
32 return e->key + strlen(e->key) + 1;
33}
34
35static struct test_entry *alloc_test_entry(const char *key, const char *value,
36 unsigned int ignore_case)

Callers 5

key_val_containsFunction · 0.70
t_replaceFunction · 0.70
t_getFunction · 0.70
t_removeFunction · 0.70
t_allocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected