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

Function module_present

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

Source from the content-addressed store, hash-verified

113
114
115def module_present(name: str) -> bool:
116 return importlib.util.find_spec(name) is not None
117
118
119def shell_tool_command(name: str) -> str | None:

Callers 2

shell_tool_commandFunction · 0.70
module_statusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected