Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ empty_identifier
Function
empty_identifier
test/pytests/test_completion_engine.py:72–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
71
72
def
empty_identifier():
73
return
SimpleNamespace(get_parent_name=
lambda
: None)
74
75
76
def
last_non_whitespace_token(text):
Callers
15
test_build_suggest_context_populates_fields
Function · 0.85
test_build_suggest_context_handles_none_token
Function · 0.85
test_is_single_or_double_quoted
Function · 0.85
test_parent_name_returns_empty_list_without_parent
Function · 0.85
test_tables_returns_extracted_tables_from_full_text
Function · 0.85
test_word_starts_with_digit_or_dot
Function · 0.85
test_word_starts_with_quote
Function · 0.85
test_token_is_none_true_for_none_token
Function · 0.85
test_token_is_none_false_for_non_none_token
Function · 0.85
test_token_is_blank
Function · 0.85
test_token_value_is
Function · 0.85
test_token_is_lparen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected