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

Function pv_get_tm_branch_sock

modules/tm/tm.c:2730–2734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728}
2729
2730static int pv_get_tm_branch_sock(struct sip_msg *msg, pv_param_t *param,
2731 pv_value_t *res)
2732{
2733 return _pv_get_tm_branch_field( msg, param, res, BR_SOCKET_ID);
2734}
2735
2736static int pv_get_tm_branch_attr(struct sip_msg *msg, pv_param_t *param,
2737 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

_pv_get_tm_branch_fieldFunction · 0.85

Tested by

no test coverage detected