Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ actions_free
Function
actions_free
v2/engine/rules.c:513–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
*/
512
513
void actions_free( rule_actions * a )
514
{
515
if ( --a->reference_count <= 0 )
516
{
517
function_free( a->command );
518
list_free( a->bindlist );
519
BJAM_FREE( a );
520
}
521
}
522
523
524
/*
Callers
2
rule_free
Function · 0.85
set_rule_actions
Function · 0.85
Calls
2
function_free
Function · 0.85
list_free
Function · 0.85
Tested by
no test coverage detected