MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / refresh_schemas

Function refresh_schemas

mssqlcli/completion_refresher.py:101–102  ·  view source on GitHub ↗
(completer, mssqlcliclient)

Source from the content-addressed store, hash-verified

99@refresher('schemas')
100@decorators.suppress_all_exceptions()
101def refresh_schemas(completer, mssqlcliclient):
102 completer.extend_schemas(mssqlcliclient.get_schemas())
103
104
105@refresher('tables')

Callers

nothing calls this directly

Calls 2

extend_schemasMethod · 0.80
get_schemasMethod · 0.80

Tested by

no test coverage detected