Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ lol_get
Function
lol_get
v2/engine/lists.c:421–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
419
*/
420
421
LIST * lol_get( LOL * lol, int i )
422
{
423
return i < lol->count ? lol->list[ i ] : L0;
424
}
425
426
427
/*
Callers
15
builtin_subst
Function · 0.85
make1c_closure
Function · 0.85
push_cmds
Function · 0.85
builtin_system_registry
Function · 0.85
builtin_system_registry_names
Function · 0.85
builtin_calc
Function · 0.85
builtin_depends
Function · 0.85
builtin_rebuilds
Function · 0.85
builtin_echo
Function · 0.85
builtin_exit
Function · 0.85
builtin_flags
Function · 0.85
builtin_glob
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected