Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ _emit_star
Function
_emit_star
mycli/packages/completion_engine.py:150–151 ·
view source on GitHub ↗
(_ctx: SuggestContext)
Source
from the content-addressed store, hash-verified
148
149
150
def
_emit_star(_ctx: SuggestContext) -> list[Suggestion]:
151
return
_keyword_suggestions()
152
153
154
def
_emit_lparen(ctx: SuggestContext) -> list[Suggestion]:
Callers
1
test_emit_star
Function · 0.90
Calls
1
_keyword_suggestions
Function · 0.85
Tested by
1
test_emit_star
Function · 0.72