Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ has_body_part
Function
has_body_part
parser/parse_body.c:628–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
}
627
628
int has_body_part(struct sip_msg *msg, unsigned int type, unsigned int subtype)
629
{
630
return (get_body_part(msg, type, subtype) == NULL?0:1);
631
}
Callers
3
rtpengine_manage
Function · 0.85
engage_force_rtpproxy
Function · 0.85
engage_rtp_proxy5_f
Function · 0.85
Calls
1
get_body_part
Function · 0.85
Tested by
no test coverage detected