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

Function get_name_decoration

log-tree.c:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94const struct name_decoration *get_name_decoration(const struct object *obj)
95{
96 load_ref_decorations(NULL, DECORATE_SHORT_REFS);
97 return lookup_decoration(&name_decoration, obj);
98}
99
100static int match_ref_pattern(const char *refname,
101 const struct string_list_item *item)

Callers 6

rev_compare_treeFunction · 0.85
make_script_with_mergesFunction · 0.85
add_decorations_to_listFunction · 0.85
format_decorationsFunction · 0.85
replay_revisionsFunction · 0.85
handle_reference_updatesFunction · 0.85

Calls 2

load_ref_decorationsFunction · 0.85
lookup_decorationFunction · 0.85

Tested by

no test coverage detected