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

Function refresh_collations

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

Source from the content-addressed store, hash-verified

172
173@refresher("collations")
174def refresh_collations(completer: SQLCompleter, executor: SQLExecute) -> None:
175 completer.extend_collations(executor.collations())
176
177
178@refresher("special_commands")

Callers

nothing calls this directly

Calls 2

extend_collationsMethod · 0.80
collationsMethod · 0.80

Tested by

no test coverage detected