MCPcopy Create free account
hub / github.com/SIPp/sipp / get_header_content

Function get_header_content

src/sip_parser.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115char* get_header_content(const char* message, const char* name)
116{
117 return get_header(message, name, true);
118}
119
120/* If content is true, we only return the header's contents. */
121char* get_header(const char* message, const char* name, bool content)

Callers 7

hashMethod · 0.85
get_header_field_codeMethod · 0.85
createSendingMessageMethod · 0.85
extract_transactionMethod · 0.85
process_incomingMethod · 0.85
process_messageFunction · 0.85
writeMethod · 0.85

Calls 1

get_headerFunction · 0.85

Tested by

no test coverage detected