(self, name)
| 571 | return ['.'] |
| 572 | |
| 573 | def IgnoreDir(self, name): |
| 574 | return (super(SourceProcessor, self).IgnoreDir(name) or |
| 575 | name in ('third_party', 'out', 'obj', 'DerivedSources')) |
| 576 | |
| 577 | IGNORE_COPYRIGHTS = ['box2d.js', |
| 578 | 'cpplint.py', |
no outgoing calls
no test coverage detected