MCPcopy 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
628int 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_manageFunction · 0.85
engage_force_rtpproxyFunction · 0.85
engage_rtp_proxy5_fFunction · 0.85

Calls 1

get_body_partFunction · 0.85

Tested by

no test coverage detected