Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ mod_destroy
Function
mod_destroy
modules/mqueue/mqueue_mod.c:195–198 ·
view source on GitHub ↗
* destroy module function */
Source
from the content-addressed store, hash-verified
193
* destroy module function
194
*/
195
static void mod_destroy(void)
196
{
197
mq_destroy();
198
}
199
200
static int w_mq_fetch(struct sip_msg *msg, str *mq)
201
{
Callers
nothing calls this directly
Calls
1
mq_destroy
Function · 0.85
Tested by
no test coverage detected