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

Function function_set_named_variable

v2/engine/function.c:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403static void function_set_named_variable( JAM_FUNCTION * function, FRAME * frame,
404 OBJECT * name, LIST * value)
405{
406 var_set( frame->module, name, value, VAR_SET );
407}
408
409static LIST * function_swap_named_variable( JAM_FUNCTION * function,
410 FRAME * frame, OBJECT * name, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected