MCPcopy Index your code
hub / github.com/github/spec-kit / is_installed

Method is_installed

src/specify_cli/workflows/catalog.py:119–121  ·  view source on GitHub ↗

Check if a workflow is installed.

(self, workflow_id: str)

Source from the content-addressed store, hash-verified

117 return dict(self.data["workflows"])
118
119 def is_installed(self, workflow_id: str) -> bool:
120 """Check if a workflow is installed."""
121 return workflow_id in self.data["workflows"]
122
123
124# ---------------------------------------------------------------------------

Callers 5

initFunction · 0.95
workflow_removeFunction · 0.95
test_removeMethod · 0.95
test_is_installedMethod · 0.95
test_persistenceMethod · 0.95

Calls

no outgoing calls

Tested by 3

test_removeMethod · 0.76
test_is_installedMethod · 0.76
test_persistenceMethod · 0.76