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

Function function_swap_variable

src/engine/function.c:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

function_runFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected