MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / check_tool

Function check_tool

scripts/inspect-unity.py:38–39  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

36
37
38def check_tool(name: str) -> bool:
39 return shutil.which(name) is not None
40
41
42def ensure_tools(run_inspect: bool, run_similarity: bool) -> bool:

Callers 1

ensure_toolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected