MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / pv_get_tm_branch_flags

Function pv_get_tm_branch_flags

modules/tm/tm.c:2718–2722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2716}
2717
2718static int pv_get_tm_branch_flags(struct sip_msg *msg, pv_param_t *param,
2719 pv_value_t *res)
2720{
2721 return _pv_get_tm_branch_field( msg, param, res, BR_FLAGS_ID);
2722}
2723
2724static int pv_get_tm_branch_flag(struct sip_msg *msg, pv_param_t *param,
2725 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

_pv_get_tm_branch_fieldFunction · 0.85

Tested by

no test coverage detected