Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ update
Method
update
mssqlcli/packages/prioritization.py:29–31 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
27
self.name_counts = defaultdict(int)
28
29
def
update(self, text):
30
self.update_keywords(text)
31
self.update_names(text)
32
33
def
update_names(self, text):
34
for
parsed in sqlparse.parse(text):
Callers
8
test_prevalence_counter
Method · 0.95
style_factory_output
Function · 0.80
extend_keywords
Method · 0.80
extend_schemas
Method · 0.80
extend_query_history
Method · 0.80
add_optional_connection_params
Method · 0.80
generate_payload
Method · 0.80
test_column_name_completion
Method · 0.80
Calls
2
update_keywords
Method · 0.95
update_names
Method · 0.95
Tested by
2
test_prevalence_counter
Method · 0.76
test_column_name_completion
Method · 0.64