MCPcopy 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
421LIST * lol_get( LOL * lol, int i )
422{
423 return i < lol->count ? lol->list[ i ] : L0;
424}
425
426
427/*

Callers 15

builtin_substFunction · 0.85
make1c_closureFunction · 0.85
push_cmdsFunction · 0.85
builtin_system_registryFunction · 0.85
builtin_calcFunction · 0.85
builtin_dependsFunction · 0.85
builtin_rebuildsFunction · 0.85
builtin_echoFunction · 0.85
builtin_exitFunction · 0.85
builtin_flagsFunction · 0.85
builtin_globFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected