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

Function function_rulename

src/engine/function.cpp:3084–3087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3082}
3083
3084OBJECT * function_rulename( FUNCTION * function )
3085{
3086 return function->rulename;
3087}
3088
3089void function_set_rulename( FUNCTION * function, OBJECT * rulename )
3090{

Callers 3

new_rule_bodyFunction · 0.85
evaluate_ruleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected