Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ get_t
Function
get_t
modules/tm/t_lookup.c:164–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
164
struct cell *get_t(void) { return T; }
165
void set_t(struct cell *t) { T=t; }
166
void init_t(void) {set_t(T_UNDEFINED);}
167
Callers
15
t_relay_to
Function · 0.85
t_on_negative
Function · 0.85
t_on_reply
Function · 0.85
faked_env
Function · 0.85
reply_received
Function · 0.85
w_t_reply_body
Function · 0.85
do_t_cleanup
Function · 0.85
t_check_status
Function · 0.85
t_check_trans
Function · 0.85
t_flush_flags
Function · 0.85
t_local_replied
Function · 0.85
t_was_cancelled
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected