MCPcopy Create free account
hub / github.com/apache/mesos / CheckBegin

Method CheckBegin

support/cpplint.py:2300–2303  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

2298 break
2299
2300 def CheckBegin(self, filename, clean_lines, linenum, error):
2301 # Look for a bare ':'
2302 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2303 self.is_derived = True
2304
2305 def CheckEnd(self, filename, clean_lines, linenum, error):
2306 # If there is a DISALLOW macro, it should appear near the end of

Callers

nothing calls this directly

Calls 1

SearchFunction · 0.85

Tested by

no test coverage detected