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

Method complete

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

Source from the content-addressed store, hash-verified

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)
64
65 def error(self, key: str, detail: str = ""):
66 self._update(key, status="error", detail=detail)

Callers 4

initFunction · 0.95
check_toolFunction · 0.80

Calls 1

_updateMethod · 0.95

Tested by 1