MCPcopy Create free account
hub / github.com/apache/trafficserver / is_valid

Method is_valid

src/proxy/hdrs/HTTP.cc:1827–1831  ·  view source on GitHub ↗

Check if the hack worked

Source from the content-addressed store, hash-verified

1825
1826 /// Check if the hack worked
1827 bool
1828 is_valid() const
1829 {
1830 return nullptr != m_hdr;
1831 }
1832
1833 /// Saved values.
1834 ///@{

Callers 3

url_string_getMethod · 0.45
url_printMethod · 0.45
url_printed_lengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected