Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_valid
Method
is_valid
src/proxy/http3/Http3Frame.cc:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
bool
124
Http3Frame::is_valid() const
125
{
126
return this->_is_valid;
127
}
128
129
uint64_t
130
Http3Frame::total_length() const
Callers
6
do_setup_client_request_body_tunnel
Method · 0.45
HandleRequest
Method · 0.45
OSDNSLookup
Method · 0.45
handle_frame
Method · 0.45
test_Http3Frame.cc
File · 0.45
getbestaddrinfo
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected