Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
220
def
_emit_column_for_tables(ctx: SuggestContext) -> list[Suggestion]:
221
return
[{
'type'
:
'column'
,
'tables'
: _tables(ctx)}]
222
223
224
def
_emit_nothing(_ctx: SuggestContext) -> list[Suggestion]:
Callers
1
test_emit_column_for_tables
Function · 0.90
Calls
1
_tables
Function · 0.85
Tested by
1
test_emit_column_for_tables
Function · 0.72