Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ delete_rule_
Function
delete_rule_
v2/engine/modules.c:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
*/
77
78
static void delete_rule_( void * xrule, void * data )
79
{
80
rule_free( (RULE *)xrule );
81
}
82
83
84
static void delete_native_rule( void * xrule, void * data )
Callers
nothing calls this directly
Calls
1
rule_free
Function · 0.85
Tested by
no test coverage detected