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

Function function_default_named_variable

src/engine/function.cpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442static void function_default_named_variable( JAM_FUNCTION * function,
443 FRAME * frame, OBJECT * name, LIST * value )
444{
445 var_set( frame->module, name, value, VAR_DEFAULT );
446}
447
448static LIST * function_call_rule( JAM_FUNCTION * function, FRAME * frame,
449 STACK * s, int32_t n_args, char const * unexpanded, OBJECT * file, int32_t line )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected