Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ lol_add
Function
lol_add
v2/engine/lists.c:397–401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
*/
396
397
void lol_add( LOL * lol, LIST * l )
398
{
399
if ( lol->count < LOL_MAX )
400
lol->list[ lol->count++ ] = l;
401
}
402
403
404
/*
Callers
12
call_timing_rule
Function · 0.85
call_action_rule
Function · 0.85
cmd_new
Function · 0.85
lol_build
Function · 0.85
bjam_call
Function · 0.85
headers
Function · 0.85
call_bind_rule
Function · 0.85
function_call_rule
Function · 0.85
function_call_member_rule
Function · 0.85
type_check_range
Function · 0.85
call_rule
Function · 0.85
sequence_transform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected