MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / td_list_empty

Function td_list_empty

src/list.h:302–305  ·  view source on GitHub ↗

* td_list_empty - tests whether a list is empty * @head: the list to test. */ @ @ requires \valid_read(head); @ terminates \true; @ assigns \nothing; @*/

Source from the content-addressed store, hash-verified

300 @ assigns \nothing;
301 @*/
302static inline int td_list_empty(const struct td_list_head *head)
303{
304 return head->next == head;
305}
306
307#if 0
308/**

Callers 15

interface_load_ncursesFunction · 0.85
photorec_bf_fragFunction · 0.85
pdiskseln.cFile · 0.85
gen_imageFunction · 0.85
photorecFunction · 0.85
td_list_sortFunction · 0.85
dir_aff_ncursesFunction · 0.85
menu_photorec_cliFunction · 0.85
repair_MFTFunction · 0.85
ask_root_directoryFunction · 0.85
is_root_cluster_candidatFunction · 0.85
fat32_find_root_clusterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected