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

Function pv_get_msg_branch_duri

pvar.c:2285–2289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283}
2284
2285static int pv_get_msg_branch_duri(struct sip_msg *msg, pv_param_t *param,
2286 pv_value_t *res)
2287{
2288 return pv_get_msg_branch_fields( msg, param, res, BR_DURI_ID);
2289}
2290
2291static int pv_get_msg_branch_q(struct sip_msg *msg, pv_param_t *param,
2292 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_msg_branch_fieldsFunction · 0.85

Tested by

no test coverage detected