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

Function function_default_variable

v2/engine/function.c:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322static void function_default_variable( JAM_FUNCTION * function, FRAME * frame,
323 int idx, LIST * value )
324{
325 var_set( frame->module, function->constants[ idx ], value, VAR_DEFAULT );
326}
327
328static void function_set_rule( JAM_FUNCTION * function, FRAME * frame,
329 STACK * s, int idx )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected