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

Function check_rt

modules/drouting/prefix_tree.c:123–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122
123rt_info_t*
124check_rt(
125 ptree_node_t *ptn,
126 unsigned int rgid
127 )
128{
129 int rgidx = 0;
130 return internal_check_rt( ptn, rgid, &rgidx);
131}
132
133rt_info_t*
134_check_rt(

Callers 1

Calls 1

internal_check_rtFunction · 0.85

Tested by

no test coverage detected