MCPcopy 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
150def _emit_star(_ctx: SuggestContext) -> list[Suggestion]:
151 return _keyword_suggestions()
152
153
154def _emit_lparen(ctx: SuggestContext) -> list[Suggestion]:

Callers 1

test_emit_starFunction · 0.90

Calls 1

_keyword_suggestionsFunction · 0.85

Tested by 1

test_emit_starFunction · 0.72