Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ intersects
Method
intersects
include/records/RecHttp.h:127–131 ·
view source on GitHub ↗
Check for intersection.
Source
from the content-addressed store, hash-verified
125
126
/// Check for intersection.
127
bool
128
intersects(self_type const &that)
129
{
130
return 0 != (m_bits & that.m_bits);
131
}
132
133
/// Check for empty set.
134
bool
Callers
1
MakeHttpProxyAcceptor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected