MCPcopy Index your code
hub / github.com/dbcli/mycli / refresh_users

Function refresh_users

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

Source from the content-addressed store, hash-verified

144
145@refresher("users")
146def refresh_users(completer: SQLCompleter, executor: SQLExecute) -> None:
147 completer.extend_users(executor.users())
148
149
150# @refresher('views')

Callers

nothing calls this directly

Calls 2

extend_usersMethod · 0.80
usersMethod · 0.80

Tested by

no test coverage detected