( filename )
| 105 | |
| 106 | |
| 107 | def IsHeaderFile( filename ): |
| 108 | extension = os.path.splitext( filename )[ 1 ] |
| 109 | return extension in [ '.h', '.hxx', '.hpp', '.hh' ] |
| 110 | |
| 111 | |
| 112 | def GetCompilationInfoForFile( filename ): |
no outgoing calls
no test coverage detected