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

Function installed_integration_keys

src/specify_cli/integration_state.py:203–205  ·  view source on GitHub ↗

Return installed integration keys from normalized state.

(state: dict[str, Any])

Source from the content-addressed store, hash-verified

201
202
203def installed_integration_keys(state: dict[str, Any]) -> list[str]:
204 """Return installed integration keys from normalized state."""
205 return dedupe_integration_keys(state.get("installed_integrations", []))
206
207
208def integration_settings(state: dict[str, Any]) -> dict[str, dict[str, Any]]:

Calls 2

dedupe_integration_keysFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected