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

Method start

src/specify_cli/_console.py:59–60  ·  view source on GitHub ↗
(self, key: str, detail: str = "")

Source from the content-addressed store, hash-verified

57 self._maybe_refresh()
58
59 def start(self, key: str, detail: str = ""):
60 self._update(key, status="running", detail=detail)
61
62 def complete(self, key: str, detail: str = ""):
63 self._update(key, status="done", detail=detail)

Callers 2

initFunction · 0.95
replMethod · 0.80

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected