Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
int t_ctx_get_int(struct cell *t, int pos)
59
{
60
return context_get_int(CONTEXT_TRAN, context_of(t), pos);
61
}
62
63
str *t_ctx_get_str(struct cell *t, int pos)
64
{
Callers
nothing calls this directly
Calls
1
context_get_int
Function · 0.85
Tested by
no test coverage detected