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

Function function_append_variable

src/engine/function.cpp:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337static void function_append_variable( JAM_FUNCTION * function, FRAME * frame,
338 int32_t idx, LIST * value )
339{
340 var_set( frame->module, function->constants[ idx ], value, VAR_APPEND );
341}
342
343static void function_default_variable( JAM_FUNCTION * function, FRAME * frame,
344 int32_t idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected