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

Function function_set_variable

src/engine/function.c:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307static void function_set_variable( JAM_FUNCTION * function, FRAME * frame,
308 int idx, LIST * value )
309{
310 var_set( frame->module, function->constants[ idx ], value, VAR_SET );
311}
312
313static LIST * function_swap_variable( JAM_FUNCTION * function, FRAME * frame,
314 int idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected