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