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

Function function_refer

src/engine/function.c:3658–3661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3656}
3657
3658void function_refer( FUNCTION * func )
3659{
3660 ++func->reference_count;
3661}
3662
3663void function_free( FUNCTION * function_ )
3664{

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