Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ list_length
Function
list_length
v2/engine/lists.c:333–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
*/
332
333
int list_length( LIST * l )
334
{
335
return l ? l->impl.size : 0;
336
}
337
338
339
int list_in( LIST * l, OBJECT * value )
Callers
15
hcache_done
Function · 0.85
list_dealloc
Function · 0.85
list_append
Function · 0.85
list_push_back
Function · 0.85
list_copy
Function · 0.85
list_sublist
Function · 0.85
list_sort
Function · 0.85
list_pop_front
Function · 0.85
list_reverse
Function · 0.85
make1cmds
Function · 0.85
bjam_call
Function · 0.85
bjam_variable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected