Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ list_begin
Function
list_begin
v2/engine/lists.c:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
LISTITER list_begin( LIST * l )
90
{
91
return l ? (LISTITER)( (char *)l + sizeof( LIST ) ) : 0;
92
}
93
94
LISTITER list_end( LIST * l )
95
{
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_append
Function · 0.85
list_end
Function · 0.85
list_new
Function · 0.85
list_push_back
Function · 0.85
list_copy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected