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

Function function_set_rulename

src/engine/function.c:2913–2916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2911}
2912
2913void function_set_rulename( FUNCTION * function, OBJECT * rulename )
2914{
2915 function->rulename = rulename;
2916}
2917
2918void function_location( FUNCTION * function_, OBJECT * * file, int * line )
2919{

Callers 1

new_rule_bodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected