(completer: SQLCompleter, executor: SQLExecute)
| 144 | |
| 145 | @refresher("users") |
| 146 | def refresh_users(completer: SQLCompleter, executor: SQLExecute) -> None: |
| 147 | completer.extend_users(executor.users()) |
| 148 | |
| 149 | |
| 150 | # @refresher('views') |
nothing calls this directly
no test coverage detected