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

Function pv_get_tm_branch_lastrecv

modules/tm/tm.c:2742–2746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2740}
2741
2742static int pv_get_tm_branch_lastrecv(struct sip_msg *msg, pv_param_t *param,
2743 pv_value_t *res)
2744{
2745 return _pv_get_tm_branch_field( msg, param, res, BR_LASTRECV_ID);
2746}
2747
2748static int pv_get_tm_branch_type(struct sip_msg *msg, pv_param_t *param,
2749 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

_pv_get_tm_branch_fieldFunction · 0.85

Tested by

no test coverage detected