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

Method CheckBegin

src/tests/coding/cpplint.py:2786–2789  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

2784 break
2785
2786 def CheckBegin(self, filename, clean_lines, linenum, error):
2787 # Look for a bare ':'
2788 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2789 self.is_derived = True
2790
2791 def CheckEnd(self, filename, clean_lines, linenum, error):
2792 # 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