MCPcopy Index your code
hub / github.com/dbcli/pgcli / refresh_schemata

Function refresh_schemata

pgcli/completion_refresher.py:103–105  ·  view source on GitHub ↗
(completer, executor)

Source from the content-addressed store, hash-verified

101
102@refresher("schemata")
103def refresh_schemata(completer, executor):
104 completer.set_search_path(executor.search_path())
105 completer.extend_schemata(executor.schemata())
106
107
108@refresher("tables")

Callers

nothing calls this directly

Calls 4

set_search_pathMethod · 0.80
search_pathMethod · 0.80
extend_schemataMethod · 0.80
schemataMethod · 0.80

Tested by

no test coverage detected