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

Function attr_state_queue_pop

attr.c:1082–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082static const struct attr_state *attr_state_queue_pop(struct attr_state_queue *t)
1083{
1084 return t->nr ? t->items[--t->nr] : NULL;
1085}
1086
1087static void attr_state_queue_release(struct attr_state_queue *t)
1088{

Callers 1

fill_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected