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

Function pv_get_msg_branch_uri

pvar.c:2279–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2277}
2278
2279static int pv_get_msg_branch_uri(struct sip_msg *msg, pv_param_t *param,
2280 pv_value_t *res)
2281{
2282 return pv_get_msg_branch_fields( msg, param, res, BR_URI_ID);
2283}
2284
2285static int pv_get_msg_branch_duri(struct sip_msg *msg, pv_param_t *param,
2286 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_msg_branch_fieldsFunction · 0.85

Tested by

no test coverage detected