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

Function _require_specify_project

src/specify_cli/workflows/_commands.py:163–168  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

161# Root helper re-fetched at call time so test monkeypatching of
162# `specify_cli._require_specify_project` keeps working after the move.
163def _require_specify_project(*args, **kwargs):
164 from .. import _require_specify_project as _f
165
166 project_root = _f(*args, **kwargs)
167 _reject_unsafe_workflow_storage(project_root)
168 return project_root
169
170
171def _workflow_run_payload(state: Any) -> dict[str, Any]:

Callers 15

workflow_runFunction · 0.70
workflow_resumeFunction · 0.70
workflow_statusFunction · 0.70
workflow_listFunction · 0.70
workflow_addFunction · 0.70
workflow_removeFunction · 0.70
workflow_searchFunction · 0.70
workflow_infoFunction · 0.70
workflow_catalog_listFunction · 0.70
workflow_catalog_addFunction · 0.70
workflow_catalog_removeFunction · 0.70
workflow_step_listFunction · 0.70

Calls 1

Tested by

no test coverage detected