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

Function function_swap_named_variable

src/engine/function.c:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

function_runFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected