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

Method analyze

client/task/toolmodel.py:50–56  ·  view source on GitHub ↗

分析执行函数 :param params: 分析所需要的资源 1.项目地址 2.工作地址 3.分析参数 :return:

(self, params)

Source from the content-addressed store, hash-verified

48 raise NotImplementedError()
49
50 def analyze(self, params):
51 '''
52 分析执行函数
53 :param params: 分析所需要的资源 1.项目地址 2.工作地址 3.分析参数
54 :return:
55 '''
56 raise NotImplementedError()
57
58 def set_format_type(self):
59 '''

Callers 2

check_tool_usableMethod · 0.95
runnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected