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

Function function_swap_named_variable

src/engine/function.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430static LIST * function_swap_named_variable( JAM_FUNCTION * function,
431 FRAME * frame, OBJECT * name, LIST * value )
432{
433 return var_swap( frame->module, name, value );
434}
435
436static void function_append_named_variable( JAM_FUNCTION * function,
437 FRAME * frame, OBJECT * name, LIST * value)

Callers 1

function_runFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected