MCPcopy Create free account
hub / github.com/alibaba/GraphScope / CheckBegin

Method CheckBegin

analytical_engine/misc/cpplint.py:2789–2792  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

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