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

Function function_append_variable

v2/engine/function.c:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316static void function_append_variable( JAM_FUNCTION * function, FRAME * frame,
317 int idx, LIST * value )
318{
319 var_set( frame->module, function->constants[ idx ], value, VAR_APPEND );
320}
321
322static void function_default_variable( JAM_FUNCTION * function, FRAME * frame,
323 int idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected