MCPcopy Create free account
hub / github.com/github/spec-kit / _maybe_refresh

Method _maybe_refresh

src/specify_cli/_console.py:83–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self._maybe_refresh()
82
83 def _maybe_refresh(self):
84 if self._refresh_cb:
85 try:
86 self._refresh_cb()
87 except Exception:
88 pass
89
90 def render(self):
91 tree = Tree(f"[cyan]{self.title}[/cyan]", guide_style="grey50")

Callers 2

addMethod · 0.95
_updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected