MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / CheckBegin

Method CheckBegin

util/cpplint.py:2200–2203  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

2198 break
2199
2200 def CheckBegin(self, filename, clean_lines, linenum, error):
2201 # Look for a bare ':'
2202 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2203 self.is_derived = True
2204
2205 def CheckEnd(self, filename, clean_lines, linenum, error):
2206 # 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