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

Function pv_get_msg_branch_q

pvar.c:2291–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289}
2290
2291static int pv_get_msg_branch_q(struct sip_msg *msg, pv_param_t *param,
2292 pv_value_t *res)
2293{
2294 return pv_get_msg_branch_fields( msg, param, res, BR_Q_ID);
2295}
2296
2297static int pv_get_msg_branch_path(struct sip_msg *msg, pv_param_t *param,
2298 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_msg_branch_fieldsFunction · 0.85

Tested by

no test coverage detected