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

Function function_default_variable

src/engine/function.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343static void function_default_variable( JAM_FUNCTION * function, FRAME * frame,
344 int32_t idx, LIST * value )
345{
346 var_set( frame->module, function->constants[ idx ], value, VAR_DEFAULT );
347}
348
349static void function_set_rule( JAM_FUNCTION * function, FRAME * frame,
350 STACK * s, int32_t idx )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected