Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ mq_head_defined
Function
mq_head_defined
modules/mqueue/mqueue_api.c:51–56 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
49
*
50
*/
51
int mq_head_defined(void)
52
{
53
if(_mq_head_list != NULL)
54
return 1;
55
return 0;
56
}
57
58
/**
59
*
Callers
1
mod_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected