Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
142
def
_emit_none_token(_ctx: SuggestContext) -> list[Suggestion]:
143
return
_keyword_suggestions()
144
145
146
def
_emit_blank_token(_ctx: SuggestContext) -> list[Suggestion]:
Callers
1
test_emit_none_token
Function · 0.90
Calls
1
_keyword_suggestions
Function · 0.85
Tested by
1
test_emit_none_token
Function · 0.72