MCPcopy 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
333int list_length( LIST * l )
334{
335 return l ? l->impl.size : 0;
336}
337
338
339int list_in( LIST * l, OBJECT * value )

Callers 15

hcache_doneFunction · 0.85
list_deallocFunction · 0.85
list_appendFunction · 0.85
list_push_backFunction · 0.85
list_copyFunction · 0.85
list_sublistFunction · 0.85
list_sortFunction · 0.85
list_pop_frontFunction · 0.85
list_reverseFunction · 0.85
make1cmdsFunction · 0.85
bjam_callFunction · 0.85
bjam_variableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected