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

Function function_rulename

src/engine/function.c:2908–2911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2906}
2907
2908OBJECT * function_rulename( FUNCTION * function )
2909{
2910 return function->rulename;
2911}
2912
2913void function_set_rulename( FUNCTION * function, OBJECT * rulename )
2914{

Callers 3

new_rule_bodyFunction · 0.85
evaluate_ruleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected