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

Function pv_get_msg_branch_sock

pvar.c:2309–2313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2307}
2308
2309static int pv_get_msg_branch_sock(struct sip_msg *msg, pv_param_t *param,
2310 pv_value_t *res)
2311{
2312 return pv_get_msg_branch_fields( msg, param, res, BR_SOCKET_ID);
2313}
2314
2315static int pv_get_msg_branch_attr(struct sip_msg *msg, pv_param_t *param,
2316 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_msg_branch_fieldsFunction · 0.85

Tested by

no test coverage detected