Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ upgrade_config
Function
upgrade_config
mssqlcli/config.py:45–47 ·
view source on GitHub ↗
(config, def_config)
Source
from the content-addressed store, hash-verified
43
44
45
def
upgrade_config(config, def_config):
46
cfg = load_config(config, def_config)
47
cfg.write()
48
49
50
def
get_config(config_file=None):
Callers
nothing calls this directly
Calls
2
load_config
Function · 0.85
write
Method · 0.80
Tested by
no test coverage detected