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

Function function_swap_named_variable

v2/engine/function.c:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409static LIST * function_swap_named_variable( JAM_FUNCTION * function,
410 FRAME * frame, OBJECT * name, LIST * value )
411{
412 return var_swap( frame->module, name, value );
413}
414
415static void function_append_named_variable( JAM_FUNCTION * function,
416 FRAME * frame, OBJECT * name, LIST * value)

Callers 1

function_runFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected