MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / compile

Method compile

client/task/toolmodel.py:42–48  ·  view source on GitHub ↗

编译执行函数 :param params: 编译所需要的资源 1.项目地址 2. 编译命令 3. 环境变量参数 4.编译结果生成地址 :return:

(self, params)

Source from the content-addressed store, hash-verified

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 '''

Callers 3

check_tool_usableMethod · 0.95
runnerMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected