Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
134
def
_tables(ctx: SuggestContext) -> list[tuple[str | None, str, str]]:
135
return
extract_tables(ctx.full_text)
136
137
138
def
_aliases(tables: list[tuple[str | None, str, str]]) -> list[str]:
Callers
5
test_tables_returns_extracted_tables_from_full_text
Function · 0.90
_emit_lparen
Function · 0.85
_emit_column_for_tables
Function · 0.85
_emit_select_like
Function · 0.85
_emit_on
Function · 0.85
Calls
1
extract_tables
Function · 0.90
Tested by
1
test_tables_returns_extracted_tables_from_full_text
Function · 0.72