MCPcopy 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
89LISTITER list_begin( LIST * l )
90{
91 return l ? (LISTITER)( (char *)l + sizeof( LIST ) ) : 0;
92}
93
94LISTITER list_end( LIST * l )
95{

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_appendFunction · 0.85
list_endFunction · 0.85
list_newFunction · 0.85
list_push_backFunction · 0.85
list_copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected