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

Method error

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

Source from the content-addressed store, hash-verified

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)
67
68 def skip(self, key: str, detail: str = ""):
69 self._update(key, status="skipped", detail=detail)

Callers 3

initFunction · 0.95
check_toolFunction · 0.80

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected