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

Function actions_new

v2/engine/rules.c:615–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613
614
615static rule_actions * actions_new( FUNCTION * command, LIST * bindlist,
616 int flags )
617{
618 rule_actions * const result = (rule_actions *)BJAM_MALLOC( sizeof(
619 rule_actions ) );
620 function_refer( command );
621 result->command = command;
622 result->bindlist = bindlist;
623 result->flags = flags;
624 result->reference_count = 0;
625 return result;
626}
627
628
629RULE * new_rule_actions( module_t * m, OBJECT * rulename, FUNCTION * command,

Callers 1

new_rule_actionsFunction · 0.85

Calls 1

function_referFunction · 0.85

Tested by

no test coverage detected