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

Function process_tag

walker.c:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116static int process_tag(struct walker *walker, struct tag *tag)
117{
118 if (parse_tag(the_repository, tag))
119 return -1;
120 return process(walker, tag->tagged);
121}
122
123static struct object_list *process_queue = NULL;
124static struct object_list **process_queue_end = &process_queue;

Callers 1

process_objectFunction · 0.70

Calls 2

parse_tagFunction · 0.85
processFunction · 0.85

Tested by

no test coverage detected