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

Function function_append_named_variable

src/engine/function.c:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418static void function_append_named_variable( JAM_FUNCTION * function,
419 FRAME * frame, OBJECT * name, LIST * value)
420{
421 var_set( frame->module, name, value, VAR_APPEND );
422}
423
424static void function_default_named_variable( JAM_FUNCTION * function,
425 FRAME * frame, OBJECT * name, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected