Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ _get_env_string
Function
_get_env_string
mssqlcli/telemetry.py:206–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
205
206
def
_get_env_string():
207
return
_remove_cmd_chars(_remove_symbols(str([v
for
v in os.environ
208
if
v.startswith(
'MSSQL_CLI_'
)])))
209
210
211
def
_get_shell_type():
Callers
1
_get_base_properties
Method · 0.85
Calls
2
_remove_cmd_chars
Function · 0.85
_remove_symbols
Function · 0.85
Tested by
no test coverage detected