Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
602
xode_pool xode_get_pool(xode node)
603
{
604
if (node != NULL)
605
return node->p;
606
return (xode_pool)NULL;
607
}
608
609
void xode_hide(xode child)
610
{
Callers
6
xode_stream_eat
Function · 0.70
_xode_appendsibling
Function · 0.70
_xode_tag2str
Function · 0.70
_xode_tospool
Function · 0.70
xode_wrap
Function · 0.70
xode_to_prettystr
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected