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

Function function_refer

v2/engine/function.c:3559–3562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3557}
3558
3559void function_refer( FUNCTION * func )
3560{
3561 ++func->reference_count;
3562}
3563
3564void function_free( FUNCTION * function_ )
3565{

Callers 4

set_rule_bodyFunction · 0.85
actions_newFunction · 0.85
rule_localizeFunction · 0.85
evaluate_ruleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected