Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ refresh_functions
Function
refresh_functions
pgcli/completion_refresher.py:147–148 ·
view source on GitHub ↗
(completer, executor)
Source
from the content-addressed store, hash-verified
145
146
@refresher(
"functions"
)
147
def
refresh_functions(completer, executor):
148
completer.extend_functions(executor.functions())
Callers
nothing calls this directly
Calls
2
extend_functions
Method · 0.80
functions
Method · 0.45
Tested by
no test coverage detected