MCPcopy Index your code
hub / github.com/openai/plugins / executable_status

Function executable_status

plugins/ngs-analysis/scripts/ngs_preflight.py:27–29  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

25
26
27def executable_status(name: str) -> dict[str, Any]:
28 resolved = command_path(name)
29 return {"name": name, "present": resolved is not None, "path": resolved}
30
31
32def module_status(name: str) -> dict[str, Any]:

Callers 1

check_indexFunction · 0.70

Calls 1

command_pathFunction · 0.90

Tested by

no test coverage detected