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

Method compile

client/tool/infer_cpp.py:21–29  ·  view source on GitHub ↗

编译执行函数 :param params: :return:

(self, params)

Source from the content-addressed store, hash-verified

19 self.sensitive_word_maps = {"inferCPP": "Tool"}
20
21 def compile(self, params):
22 """
23 编译执行函数
24 :param params:
25 :return:
26 """
27 params.lang = __name__.split("_")[1]
28 self.print_log("inferCPP compile start.")
29 return Infer(self.sensitive).compile(params)
30
31 def analyze(self, params):
32 """

Callers

nothing calls this directly

Calls 2

InferClass · 0.90
print_logMethod · 0.45

Tested by

no test coverage detected