MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / CheckBegin

Method CheckBegin

steps/cpplint.py:2800–2803  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

2798 break
2799
2800 def CheckBegin(self, filename, clean_lines, linenum, error):
2801 # Look for a bare ':'
2802 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2803 self.is_derived = True
2804
2805 def CheckEnd(self, filename, clean_lines, linenum, error):
2806 # 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