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

Method analyze

client/tool/infer_objectivec.py:35–43  ·  view source on GitHub ↗

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

(self, params)

Source from the content-addressed store, hash-verified

33 return Infer(self.sensitive).compile(params)
34
35 def analyze(self, params):
36 """
37 分析执行函数
38 :param params:
39 :return:
40 """
41 params.lang = __name__.split("_")[1]
42 self.print_log("inferOC analyze start.")
43 return Infer(self.sensitive).analyze(params)
44
45
46tool = InferOC

Callers

nothing calls this directly

Calls 2

InferClass · 0.90
print_logMethod · 0.45

Tested by

no test coverage detected