MCPcopy
hub / github.com/openai/plugins / command_path

Function command_path

plugins/ngs-analysis/scripts/ngs_run_utils.py:111–112  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

109
110
111def command_path(name: str) -> str | None:
112 return shutil.which(name, path=_effective_path())
113
114
115def module_present(name: str) -> bool:

Callers 10

r_package_availableFunction · 0.90
execute_packageFunction · 0.90
executable_statusFunction · 0.90
select_converterFunction · 0.90
shell_tool_commandFunction · 0.70
executable_statusFunction · 0.70
software_versionsFunction · 0.70

Calls 1

_effective_pathFunction · 0.85

Tested by

no test coverage detected