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

Function pv_set_tm_branch_flag

modules/tm/tm.c:2865–2869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2863}
2864
2865static int pv_set_tm_branch_flag(struct sip_msg* msg, pv_param_t *param,
2866 int op, pv_value_t *val)
2867{
2868 return _pv_set_tm_branch_field( msg, param, op, val, BR_FLAG_ID);
2869}
2870
2871static int pv_set_tm_branch_attr(struct sip_msg* msg, pv_param_t *param,
2872 int op, pv_value_t *val)

Callers

nothing calls this directly

Calls 1

_pv_set_tm_branch_fieldFunction · 0.85

Tested by

no test coverage detected