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

Method extend_users

mycli/sqlcompleter.py:989–992  ·  view source on GitHub ↗
(self, users: Iterable[tuple])

Source from the content-addressed store, hash-verified

987 self.all_completions.update(change_item)
988
989 def extend_users(self, users: Iterable[tuple]) -> None:
990 for user in users:
991 self.users.extend(user)
992 self.all_completions.update(user)
993
994 def extend_schemata(self, schema: str | None) -> None:
995 if schema is None:

Callers 2

refresh_usersFunction · 0.80

Calls

no outgoing calls

Tested by 1