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

Function t_ctx_get_ptr

modules/tm/t_ctx.c:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void *t_ctx_get_ptr(struct cell *t, int pos)
69{
70 return context_get_ptr(CONTEXT_TRAN, context_of(t), pos);
71}

Callers

nothing calls this directly

Calls 1

context_get_ptrFunction · 0.85

Tested by

no test coverage detected