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

Function new_rule_actions

src/engine/rules.cpp:628–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626
627
628RULE * new_rule_actions( module_t * m, OBJECT * rulename, FUNCTION * command,
629 LIST * bindlist, int flags )
630{
631 RULE * const local = define_rule( m, rulename, m );
632 RULE * const global = global_rule( local );
633 set_rule_actions( local, actions_new( command, bindlist, flags ) );
634 set_rule_actions( global, local->actions );
635 return local;
636}
637
638
639/*

Callers 2

bjam_define_actionFunction · 0.85
function_set_actionsFunction · 0.85

Calls 4

define_ruleFunction · 0.85
global_ruleFunction · 0.85
set_rule_actionsFunction · 0.85
actions_newFunction · 0.85

Tested by

no test coverage detected