MCPcopy Index your code
hub / github.com/dbcli/mycli / is_refreshing

Method is_refreshing

mycli/completion_refresher.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 return [SQLResult(status="Auto-completion refresh started in the background.")]
49
50 def is_refreshing(self) -> bool:
51 return bool(self._completer_thread and self._completer_thread.is_alive())
52
53 def _bg_refresh(
54 self,

Callers 3

refreshMethod · 0.95
get_toolbar_tokensFunction · 0.80

Calls 1

is_aliveMethod · 0.45

Tested by 1