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

Method list

src/specify_cli/workflows/catalog.py:115–117  ·  view source on GitHub ↗

Return all installed workflows.

(self)

Source from the content-addressed store, hash-verified

113 return self.data["workflows"].get(workflow_id)
114
115 def list(self) -> dict[str, dict[str, Any]]:
116 """Return all installed workflows."""
117 return dict(self.data["workflows"])
118
119 def is_installed(self, workflow_id: str) -> bool:
120 """Check if a workflow is installed."""

Callers 2

workflow_listFunction · 0.95
test_listMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_listMethod · 0.76