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

Function pv_get_msg_branch_flags

pvar.c:2303–2307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301}
2302
2303static int pv_get_msg_branch_flags(struct sip_msg *msg, pv_param_t *param,
2304 pv_value_t *res)
2305{
2306 return pv_get_msg_branch_fields( msg, param, res, BR_FLAGS_ID);
2307}
2308
2309static int pv_get_msg_branch_sock(struct sip_msg *msg, pv_param_t *param,
2310 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_msg_branch_fieldsFunction · 0.85

Tested by

no test coverage detected