MCPcopy Create free account
hub / github.com/boostorg/build / frame_get_local

Function frame_get_local

v2/engine/function.c:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287LIST * frame_get_local( FRAME * frame, int idx )
288{
289 /* The only local variables are the arguments. */
290 return list_copy( lol_get( frame->args, idx ) );
291}
292
293static OBJECT * function_get_constant( JAM_FUNCTION * function, int idx )
294{

Callers 1

function_runFunction · 0.85

Calls 2

list_copyFunction · 0.85
lol_getFunction · 0.85

Tested by

no test coverage detected