Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ t_ctx_register_int
Function
t_ctx_register_int
modules/tm/t_ctx.c:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
#include
"t_ctx.h"
27
28
int t_ctx_register_int(context_destroy_f f)
29
{
30
return context_register_int(CONTEXT_TRAN, f);
31
}
32
33
int t_ctx_register_str(context_destroy_f f)
34
{
Callers
nothing calls this directly
Calls
1
context_register_int
Function · 0.85
Tested by
no test coverage detected