MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / analyze

Method analyze

client/tool/infer_cpp.py:31–39  ·  view source on GitHub ↗

分析执行函数 :param params: :return:

(self, params)

Source from the content-addressed store, hash-verified

29 return Infer(self.sensitive).compile(params)
30
31 def analyze(self, params):
32 """
33 分析执行函数
34 :param params:
35 :return:
36 """
37 params.lang = __name__.split("_")[1]
38 self.print_log("inferCPP analyze start.")
39 return Infer(self.sensitive).analyze(params)
40
41
42tool = InferCPP

Callers

nothing calls this directly

Calls 2

InferClass · 0.90
print_logMethod · 0.45

Tested by

no test coverage detected