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

Function function_set_variable

v2/engine/function.c:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304static void function_set_variable( JAM_FUNCTION * function, FRAME * frame,
305 int idx, LIST * value )
306{
307 var_set( frame->module, function->constants[ idx ], value, VAR_SET );
308}
309
310static LIST * function_swap_variable( JAM_FUNCTION * function, FRAME * frame,
311 int idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected