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

Function xode_has_children

modules/xmpp/xode.c:588–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588int xode_has_children(xode node)
589{
590 if ((node != NULL) && (node->firstchild != NULL))
591 return 1;
592 return 0;
593}
594
595int xode_has_attribs(xode node)
596{

Callers 4

_xode_tospoolFunction · 0.70
xode_insert_tagnodeFunction · 0.70
xode_dupFunction · 0.70
xode_dup_frompoolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected