MCPcopy 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)
63class SuggestRule:
64 name: str
65 predicate: Predicate
66 emit: Emitter
67
68
69def _keyword_suggestions() -> list[Suggestion]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected