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

Function xode_get_pool

modules/xmpp/xode.c:602–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602xode_pool xode_get_pool(xode node)
603{
604 if (node != NULL)
605 return node->p;
606 return (xode_pool)NULL;
607}
608
609void xode_hide(xode child)
610{

Callers 6

xode_stream_eatFunction · 0.70
_xode_appendsiblingFunction · 0.70
_xode_tag2strFunction · 0.70
_xode_tospoolFunction · 0.70
xode_wrapFunction · 0.70
xode_to_prettystrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected