MCPcopy Create free account
hub / github.com/dbcli/mycli / refresh_foreign_keys

Function refresh_foreign_keys

mycli/completion_refresher.py:136–137  ·  view source on GitHub ↗
(completer: SQLCompleter, executor: SQLExecute)

Source from the content-addressed store, hash-verified

134
135@refresher("foreign_keys")
136def refresh_foreign_keys(completer: SQLCompleter, executor: SQLExecute) -> None:
137 completer.extend_foreign_keys(executor.foreign_keys())
138
139
140@refresher("enum_values")

Callers

nothing calls this directly

Calls 2

extend_foreign_keysMethod · 0.80
foreign_keysMethod · 0.80

Tested by

no test coverage detected