Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
588
int xode_has_children(xode node)
589
{
590
if ((node != NULL) && (node->firstchild != NULL))
591
return 1;
592
return 0;
593
}
594
595
int xode_has_attribs(xode node)
596
{
Callers
4
_xode_tospool
Function · 0.70
xode_insert_tagnode
Function · 0.70
xode_dup
Function · 0.70
xode_dup_frompool
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected