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

Function t_ctx_get_str

modules/tm/t_ctx.c:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63str *t_ctx_get_str(struct cell *t, int pos)
64{
65 return context_get_str(CONTEXT_TRAN, context_of(t), pos);
66}
67
68void *t_ctx_get_ptr(struct cell *t, int pos)
69{

Callers

nothing calls this directly

Calls 1

context_get_strFunction · 0.85

Tested by

no test coverage detected