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

Function pv_get_marker

pvar.c:245–249  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

243
244/************************************************************/
245static int pv_get_marker(struct sip_msg *msg, pv_param_t *param,
246 pv_value_t *res)
247{
248 return pv_get_strintval(msg, param, res, &str_marker, (int)str_marker.s[0]);
249}
250
251int pv_get_null(struct sip_msg *msg, pv_param_t *param, pv_value_t *res)
252{

Callers

nothing calls this directly

Calls 1

pv_get_strintvalFunction · 0.85

Tested by

no test coverage detected