Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ case
Method
case
mssqlcli/mssqlcompleter.py:446–447 ·
view source on GitHub ↗
(self, word)
Source
from the content-addressed store, hash-verified
444
return
matches
445
446
def
case(self, word):
447
return
self.casing.get(word, word)
448
449
def
get_completions(self, document, complete_event, smart_completion=None):
450
# pylint: disable=arguments-differ
Callers
8
find_matches
Method · 0.95
qualify
Method · 0.95
make_cand
Method · 0.95
get_column_matches
Method · 0.95
alias
Method · 0.95
get_join_matches
Method · 0.95
_format_arg
Method · 0.95
_make_cand
Method · 0.95
Calls
1
get
Method · 0.80
Tested by
no test coverage detected