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

Function _emit_none_token

mycli/packages/completion_engine.py:142–143  ·  view source on GitHub ↗
(_ctx: SuggestContext)

Source from the content-addressed store, hash-verified

140
141
142def _emit_none_token(_ctx: SuggestContext) -> list[Suggestion]:
143 return _keyword_suggestions()
144
145
146def _emit_blank_token(_ctx: SuggestContext) -> list[Suggestion]:

Callers 1

test_emit_none_tokenFunction · 0.90

Calls 1

_keyword_suggestionsFunction · 0.85

Tested by 1

test_emit_none_tokenFunction · 0.72