Method
CheckBegin
(self, filename, clean_lines, linenum, error)
Source from the content-addressed store, hash-verified
| 2198 | break |
| 2199 | |
| 2200 | def CheckBegin(self, filename, clean_lines, linenum, error): |
| 2201 | # Look for a bare ':' |
| 2202 | if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]): |
| 2203 | self.is_derived = True |
| 2204 | |
| 2205 | def CheckEnd(self, filename, clean_lines, linenum, error): |
| 2206 | # If there is a DISALLOW macro, it should appear near the end of |
Callers
nothing calls this directly
Tested by
no test coverage detected