MCPcopy Create free account
hub / github.com/boostorg/build / list_end

Function list_end

v2/engine/lists.c:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94LISTITER list_end( LIST * l )
95{
96 return l ? list_begin( l ) + l->impl.size : 0;
97}
98
99LIST * list_new( OBJECT * value )
100{

Callers 15

file_dirscan_implFunction · 0.85
remove_files_atexitFunction · 0.85
argv_from_shellFunction · 0.85
is_raw_command_requestFunction · 0.85
hcache_doneFunction · 0.85
hcacheFunction · 0.85
builtin_substFunction · 0.85
list_freeFunction · 0.85
list_cmpFunction · 0.85
list_is_sublistFunction · 0.85
list_printFunction · 0.85
list_inFunction · 0.85

Calls 1

list_beginFunction · 0.85

Tested by

no test coverage detected