Method
CheckBegin
(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
Tested by
no test coverage detected