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

Function function_swap_variable

src/engine/function.cpp:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331static LIST * function_swap_variable( JAM_FUNCTION * function, FRAME * frame,
332 int32_t idx, LIST * value )
333{
334 return var_swap( frame->module, function->constants[ idx ], value );
335}
336
337static void function_append_variable( JAM_FUNCTION * function, FRAME * frame,
338 int32_t idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected