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

Method _current_schema

mycli/schema_prefetcher.py:210–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 self._invalidate_app()
209
210 def _current_schema(self) -> str | None:
211 sqlexecute = self.mycli.sqlexecute
212 return sqlexecute.dbname if sqlexecute is not None else None
213
214 def _make_executor(self) -> SQLExecute:
215 sqlexecute = self.mycli.sqlexecute

Callers 1

_runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected