MCPcopy 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
206def _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
211def _get_shell_type():

Callers 1

_get_base_propertiesMethod · 0.85

Calls 2

_remove_cmd_charsFunction · 0.85
_remove_symbolsFunction · 0.85

Tested by

no test coverage detected