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

Method fresh

tests/test_workflows.py:2284–2287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2282 from specify_cli.workflows.engine import RunState, WorkflowEngine
2283
2284 def fresh():
2285 state = RunState(run_id="r", workflow_id="w", project_root=tmp_path)
2286 state.status = RunStatus.RUNNING
2287 return WorkflowEngine(project_root=tmp_path), StepContext(), state
2288
2289 template = {"id": "impl", "type": "does-not-exist"}
2290 e1, c1, s1 = fresh()

Callers

nothing calls this directly

Calls 3

RunStateClass · 0.90
WorkflowEngineClass · 0.90
StepContextClass · 0.90

Tested by

no test coverage detected