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

Function refresh_databases

mycli/completion_refresher.py:116–117  ·  view source on GitHub ↗
(completer: SQLCompleter, executor: SQLExecute)

Source from the content-addressed store, hash-verified

114
115@refresher("databases")
116def refresh_databases(completer: SQLCompleter, executor: SQLExecute) -> None:
117 completer.extend_database_names(executor.databases())
118
119
120@refresher("schemata")

Callers

nothing calls this directly

Calls 2

extend_database_namesMethod · 0.80
databasesMethod · 0.80

Tested by

no test coverage detected