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

Function _emit_column_for_tables

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

Source from the content-addressed store, hash-verified

218
219
220def _emit_column_for_tables(ctx: SuggestContext) -> list[Suggestion]:
221 return [{'type': 'column', 'tables': _tables(ctx)}]
222
223
224def _emit_nothing(_ctx: SuggestContext) -> list[Suggestion]:

Callers 1

Calls 1

_tablesFunction · 0.85

Tested by 1