Method
CheckBegin
(self, filename, clean_lines, linenum, error)
Source from the content-addressed store, hash-verified
| 2293 | break |
| 2294 | |
| 2295 | def CheckBegin(self, filename, clean_lines, linenum, error): |
| 2296 | # Look for a bare ':' |
| 2297 | if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]): |
| 2298 | self.is_derived = True |
| 2299 | |
| 2300 | def CheckEnd(self, filename, clean_lines, linenum, error): |
| 2301 | # If there is a DISALLOW macro, it should appear near the end of |
Callers
nothing calls this directly
Tested by
no test coverage detected