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

Function integration_setting

src/specify_cli/integration_state.py:213–215  ·  view source on GitHub ↗

Return stored runtime settings for *key*.

(state: dict[str, Any], key: str)

Source from the content-addressed store, hash-verified

211
212
213def integration_setting(state: dict[str, Any], key: str) -> dict[str, Any]:
214 """Return stored runtime settings for *key*."""
215 return dict(integration_settings(state).get(key, {}))
216
217
218def write_integration_json(

Calls 2

integration_settingsFunction · 0.85
getMethod · 0.45