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

Method attach_refresh

src/specify_cli/_console.py:51–52  ·  view source on GitHub ↗
(self, cb: Callable[[], None])

Source from the content-addressed store, hash-verified

49 self._refresh_cb: Callable[[], None] | None = None
50
51 def attach_refresh(self, cb: Callable[[], None]) -> None:
52 self._refresh_cb = cb
53
54 def add(self, key: str, label: str):
55 if key not in [s["key"] for s in self.steps]:

Callers 1

initFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected