Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
refresh
Method · 0.95
get_toolbar_tokens
Function · 0.80
test_refresh_starts_background_thread
Function · 0.80
Calls
1
is_alive
Method · 0.45
Tested by
1
test_refresh_starts_background_thread
Function · 0.64