MCPcopy 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")
147def refresh_functions(completer, executor):
148 completer.extend_functions(executor.functions())

Callers

nothing calls this directly

Calls 2

extend_functionsMethod · 0.80
functionsMethod · 0.45

Tested by

no test coverage detected