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

Function t_ctx_get_int

modules/tm/t_ctx.c:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int t_ctx_get_int(struct cell *t, int pos)
59{
60 return context_get_int(CONTEXT_TRAN, context_of(t), pos);
61}
62
63str *t_ctx_get_str(struct cell *t, int pos)
64{

Callers

nothing calls this directly

Calls 1

context_get_intFunction · 0.85

Tested by

no test coverage detected