Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
LISTITER list_end( LIST * l )
95
{
96
return l ? list_begin( l ) + l->impl.size : 0;
97
}
98
99
LIST * list_new( OBJECT * value )
100
{
Callers
15
file_dirscan_impl
Function · 0.85
remove_files_atexit
Function · 0.85
argv_from_shell
Function · 0.85
is_raw_command_request
Function · 0.85
hcache_done
Function · 0.85
hcache
Function · 0.85
builtin_subst
Function · 0.85
list_free
Function · 0.85
list_cmp
Function · 0.85
list_is_sublist
Function · 0.85
list_print
Function · 0.85
list_in
Function · 0.85
Calls
1
list_begin
Function · 0.85
Tested by
no test coverage detected