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

Function function_swap_variable

v2/engine/function.c:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static LIST * function_swap_variable( JAM_FUNCTION * function, FRAME * frame,
311 int idx, LIST * value )
312{
313 return var_swap( frame->module, function->constants[ idx ], value );
314}
315
316static void function_append_variable( JAM_FUNCTION * function, FRAME * frame,
317 int idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected