Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mssql-cli
/ result_set
Function
result_set
tests/metadata.py:42–43 ·
view source on GitHub ↗
(completer, text, position=None)
Source
from the content-addressed store, hash-verified
40
41
42
def
result_set(completer, text, position=None):
43
return
set(get_result(completer, text, position))
44
45
46
# The code below is quivalent to
Callers
15
test_empty_string_completion
Function · 0.90
test_select_keyword_completion
Function · 0.90
test_builtin_function_name_completion
Function · 0.90
test_user_function_name_completion
Function · 0.90
test_user_function_name_completion_matches_anywhere
Function · 0.90
test_list_functions_for_special
Function · 0.90
test_suggested_column_names_from_visible_table
Function · 0.90
test_suggested_cased_column_names
Function · 0.90
test_suggested_auto_qualified_column_names
Function · 0.90
test_suggested_auto_qualified_column_names_two_tables
Function · 0.90
test_no_column_qualification
Function · 0.90
test_suggested_cased_always_qualified_column_names
Function · 0.90
Calls
1
get_result
Function · 0.85
Tested by
15
test_empty_string_completion
Function · 0.72
test_select_keyword_completion
Function · 0.72
test_builtin_function_name_completion
Function · 0.72
test_user_function_name_completion
Function · 0.72
test_user_function_name_completion_matches_anywhere
Function · 0.72
test_list_functions_for_special
Function · 0.72
test_suggested_column_names_from_visible_table
Function · 0.72
test_suggested_cased_column_names
Function · 0.72
test_suggested_auto_qualified_column_names
Function · 0.72
test_suggested_auto_qualified_column_names_two_tables
Function · 0.72
test_no_column_qualification
Function · 0.72
test_suggested_cased_always_qualified_column_names
Function · 0.72