Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ isValid
Method
isValid
plugins/slice/Range.cc:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
#include <cstring>
27
28
bool
29
Range::isValid() const
30
{
31
return m_beg < m_end && (0 <= m_beg || 0 == m_end);
32
}
33
34
int64_t
35
Range::size() const
Callers
15
validate_ip
Method · 0.45
failover
Method · 0.45
CreateUDPSocket
Method · 0.45
connectUp
Method · 0.45
open
Method · 0.45
connect_re
Method · 0.45
main_accept
Method · 0.45
accept_internal
Method · 0.45
REGRESSION_TEST(SSLAddressLookup)
Function · 0.45
has_ipv4
Method · 0.45
has_ipv6
Method · 0.45
store
Method · 0.45
Calls
no outgoing calls
Tested by
3
REGRESSION_TEST(SSLAddressLookup)
Function · 0.36
testContentRange
Function · 0.36
testContentRange
Function · 0.36