MCPcopy 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
133rt_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
144rt_info_t*

Callers 1

do_routingFunction · 0.85

Calls 1

internal_check_rtFunction · 0.85

Tested by

no test coverage detected