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

Method get_cmd

client/tool/util/compass.py:51–55  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

49 return os.path.join(work_dir, "result.json")
50
51 def get_cmd(self, args):
52 tool_path = os.path.join(self.tool_home, "bin", settings.PLATFORMS[sys.platform], self.tool_name)
53 if settings.PLATFORMS[sys.platform] == "windows":
54 tool_path = f"{tool_path}.exe"
55 return __lu__().format_cmd(tool_path, args)
56
57
58tool = Compass

Callers 1

scanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected