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

Function if

src/engine/function.c:3708–3713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3706 }
3707#ifdef HAVE_PYTHON
3708 else if ( function_->type == FUNCTION_PYTHON )
3709 {
3710 PYTHON_FUNCTION * func = (PYTHON_FUNCTION *)function_;
3711 Py_DECREF( func->python_function );
3712 if ( function_->rulename ) object_free( function_->rulename );
3713 }
3714#endif
3715 else
3716 {

Callers

nothing calls this directly

Calls 2

object_freeFunction · 0.85
call_python_functionFunction · 0.85

Tested by

no test coverage detected