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

Function t_ctx_register_str

modules/tm/t_ctx.c:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int t_ctx_register_str(context_destroy_f f)
34{
35 return context_register_str(CONTEXT_TRAN, f);
36}
37
38int t_ctx_register_ptr(context_destroy_f f)
39{

Callers

nothing calls this directly

Calls 1

context_register_strFunction · 0.85

Tested by

no test coverage detected