Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ _check_rt
Function
_check_rt
modules/drouting/prefix_tree.c:133–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
rt_info_t*
134
_check_rt(
135
ptree_node_t *ptn,
136
unsigned int rgid,
137
int *rgidx
138
)
139
{
140
return internal_check_rt( ptn, rgid, rgidx);
141
}
142
143
144
rt_info_t*
Callers
1
do_routing
Function · 0.85
Calls
1
internal_check_rt
Function · 0.85
Tested by
no test coverage detected