编译执行函数 :param params: 编译所需要的资源 1.项目地址 2. 编译命令 3. 环境变量参数 4.编译结果生成地址 :return:
(self, params)
| 40 | ToolDisplay.print_log(self.sensitive, self.sensitive_word_maps, message) |
| 41 | |
| 42 | def compile(self, params): |
| 43 | ''' |
| 44 | 编译执行函数 |
| 45 | :param params: 编译所需要的资源 1.项目地址 2. 编译命令 3. 环境变量参数 4.编译结果生成地址 |
| 46 | :return: |
| 47 | ''' |
| 48 | raise NotImplementedError() |
| 49 | |
| 50 | def analyze(self, params): |
| 51 | ''' |
no outgoing calls
no test coverage detected