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

Function function_refer

src/engine/function.cpp:3900–3903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3898}
3899
3900void function_refer( FUNCTION * func )
3901{
3902 ++func->reference_count;
3903}
3904
3905void function_free( FUNCTION * function_ )
3906{

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