MCPcopy
hub / github.com/github/spec-kit / is_installed

Method is_installed

src/specify_cli/workflows/catalog.py:727–729  ·  view source on GitHub ↗

Check if a step is installed.

(self, step_id: str)

Source from the content-addressed store, hash-verified

725 return dict(self.data["steps"])
726
727 def is_installed(self, step_id: str) -> bool:
728 """Check if a step is installed."""
729 return step_id in self.data["steps"]
730
731
732# ---------------------------------------------------------------------------

Callers 8

workflow_step_addFunction · 0.95
workflow_step_removeFunction · 0.95
test_removeMethod · 0.95
test_is_installedMethod · 0.95
test_persistenceMethod · 0.95

Calls

no outgoing calls