Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ completions_to_set
Function
completions_to_set
tests/utils.py:80–81 ·
view source on GitHub ↗
(completions)
Source
from the content-addressed store, hash-verified
78
79
80
def
completions_to_set(completions):
81
return
{(completion.display_text, completion.display_meta_text)
for
completion in completions}
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_builtin_version_function_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
Calls
no outgoing calls
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_builtin_version_function_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