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

Function function_set_actions

src/engine/function.cpp:356–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356static void function_set_actions( JAM_FUNCTION * function, FRAME * frame,
357 STACK * s, int32_t idx )
358{
359 SUBACTION * sub = function->actions + idx;
360 LIST * bindlist = stack_pop( s );
361 new_rule_actions( frame->module, sub->name, sub->command, bindlist,
362 sub->flags );
363}
364
365
366/*

Callers 1

function_runFunction · 0.85

Calls 2

stack_popFunction · 0.85
new_rule_actionsFunction · 0.85

Tested by

no test coverage detected