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

Function _tables

mycli/packages/completion_engine.py:134–135  ·  view source on GitHub ↗
(ctx: SuggestContext)

Source from the content-addressed store, hash-verified

132
133
134def _tables(ctx: SuggestContext) -> list[tuple[str | None, str, str]]:
135 return extract_tables(ctx.full_text)
136
137
138def _aliases(tables: list[tuple[str | None, str, str]]) -> list[str]:

Callers 5

_emit_lparenFunction · 0.85
_emit_column_for_tablesFunction · 0.85
_emit_select_likeFunction · 0.85
_emit_onFunction · 0.85

Calls 1

extract_tablesFunction · 0.90