Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ join
Method
join
test/pytests/test_schema_prefetcher.py:243–244 ·
view source on GitHub ↗
(self, timeout: float)
Source
from the content-addressed store, hash-verified
241
return
True
242
243
def
join(self, timeout: float) -> None:
244
self.join_timeout = timeout
245
246
fake_thread = FakeThread()
247
prefetcher._thread = fake_thread
Callers
15
get_mylogin_cnf_path
Function · 0.80
read_and_decrypt_mylogin_cnf
Function · 0.80
MyCli
Class · 0.80
run_from_cli_args
Function · 0.80
_parse_enum_values
Method · 0.80
find_fuzzy_matches
Method · 0.80
stop
Method · 0.80
complete_path
Function · 0.80
guess_socket_location
Function · 0.80
find_prev_keyword
Function · 0.80
add
Method · 0.80
search_history
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected