Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ action_free
Function
action_free
v2/engine/rules.c:295–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
*/
294
295
void action_free( ACTION * action )
296
{
297
if ( --action->refs == 0 )
298
{
299
freetargets( action->targets );
300
freetargets( action->sources );
301
BJAM_FREE( action );
302
}
303
}
304
305
306
/*
Callers
2
freeactions
Function · 0.85
evaluate_rule
Function · 0.85
Calls
1
freetargets
Function · 0.85
Tested by
no test coverage detected