MCPcopy 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
45def upgrade_config(config, def_config):
46 cfg = load_config(config, def_config)
47 cfg.write()
48
49
50def get_config(config_file=None):

Callers

nothing calls this directly

Calls 2

load_configFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected