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

Function function_get_variable

src/engine/function.c:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301static LIST * function_get_variable( JAM_FUNCTION * function, FRAME * frame,
302 int idx )
303{
304 return list_copy( var_get( frame->module, function->constants[ idx ] ) );
305}
306
307static void function_set_variable( JAM_FUNCTION * function, FRAME * frame,
308 int idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 2

list_copyFunction · 0.85
var_getFunction · 0.85

Tested by

no test coverage detected