Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_get
Method · 0.45
url_print
Method · 0.45
url_printed_length
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected