Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
check_tool(name: str) -> bool:
39
return
shutil.which(name) is not None
40
41
42
def
ensure_tools(run_inspect: bool, run_similarity: bool) -> bool:
Callers
1
ensure_tools
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected