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

Function w_mq_fetch

modules/mqueue/mqueue_mod.c:200–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static int w_mq_fetch(struct sip_msg *msg, str *mq)
201{
202 int ret;
203
204 ret = mq_head_fetch(mq);
205 if(ret < 0)
206 return ret;
207 return 1;
208}
209
210static int w_mq_size(struct sip_msg *msg, str *mq_val)
211{

Callers

nothing calls this directly

Calls 1

mq_head_fetchFunction · 0.85

Tested by

no test coverage detected