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

Method set_search_path

mssqlcli/mssqlcompleter.py:305–306  ·  view source on GitHub ↗
(self, search_path)

Source from the content-addressed store, hash-verified

303 self.prioritizer.update(text)
304
305 def set_search_path(self, search_path):
306 self.search_path = self.escaped_names(search_path)
307
308 def reset_completions(self):
309 self.databases = []

Callers 1

get_completerMethod · 0.95

Calls 1

escaped_namesMethod · 0.95

Tested by

no test coverage detected