Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ function_set_rulename
Function
function_set_rulename
v2/engine/function.c:2814–2817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2812
}
2813
2814
void function_set_rulename( FUNCTION * function, OBJECT * rulename )
2815
{
2816
function->rulename = rulename;
2817
}
2818
2819
void function_location( FUNCTION * function_, OBJECT * * file, int * line )
2820
{
Callers
1
new_rule_body
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected