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

Function pv_get_times

pvar.c:468–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468static int pv_get_times(struct sip_msg *msg, pv_param_t *param,
469 pv_value_t *res)
470{
471 if(msg==NULL)
472 return -1;
473
474 return pv_get_uintval(msg, param, res, (unsigned int)time(NULL));
475}
476
477static int pv_get_timem(struct sip_msg *msg, pv_param_t *param,
478 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_uintvalFunction · 0.85

Tested by

no test coverage detected