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

Function _aliases

mycli/packages/completion_engine.py:138–139  ·  view source on GitHub ↗
(tables: list[tuple[str | None, str, str]])

Source from the content-addressed store, hash-verified

136
137
138def _aliases(tables: list[tuple[str | None, str, str]]) -> list[str]:
139 return [alias or table for (schema, table, alias) in tables]
140
141
142def _emit_none_token(_ctx: SuggestContext) -> list[Suggestion]:

Callers 3

_emit_select_likeFunction · 0.85
_emit_onFunction · 0.85

Calls

no outgoing calls