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

Function refresh_views

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

Source from the content-addressed store, hash-verified

114
115@refresher("views")
116def refresh_views(completer, executor):
117 completer.extend_relations(executor.views(), kind="views")
118 completer.extend_columns(executor.view_columns(), kind="views")
119
120
121@refresher("types")

Callers

nothing calls this directly

Calls 4

extend_relationsMethod · 0.80
extend_columnsMethod · 0.80
view_columnsMethod · 0.80
viewsMethod · 0.45

Tested by

no test coverage detected