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

Function list_empty

list.h:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 pos = p, p = pos->prev)
153
154static inline int list_empty(struct list_head *head)
155{
156 return head == head->next;
157}
158
159static inline void list_replace_init(struct list_head *old,
160 struct list_head *newp)

Callers 3

find_same_and_apply_argFunction · 0.85
threaded_second_passFunction · 0.85
cmd_interpret_trailersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected