Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ SuggestRule
Class
SuggestRule
mycli/packages/completion_engine.py:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
@dataclass(frozen=True)
63
class
SuggestRule:
64
name: str
65
predicate: Predicate
66
emit: Emitter
67
68
69
def
_keyword_suggestions() -> list[Suggestion]:
Callers
1
completion_engine.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected