( filename )
| 134 | |
| 135 | |
| 136 | def IsHeaderFile( filename ): |
| 137 | extension = os.path.splitext( filename )[ 1 ] |
| 138 | return extension in [ '.H', '.h', '.hxx', '.hpp', '.hh' ] |
| 139 | |
| 140 | |
| 141 | def GetCompilationInfoForFile( filename ): |
no outgoing calls
no test coverage detected
searching dependent graphs…