Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cpplint/cpplint
/ ContainsRange
Method
ContainsRange
cpplint.py:985–986 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
983
return
self.begin <= obj <= self.end
984
985
def
ContainsRange(self, other):
986
return
self.begin <= other.begin and self.end >= other.end
987
988
def
__init__(self):
989
self._suppressions = collections.defaultdict(list)
Callers
1
_AddSuppression
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected