Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ upgrade_config
Function
upgrade_config
pgcli/config.py:47–49 ·
view source on GitHub ↗
(config, def_config)
Source
from the content-addressed store, hash-verified
45
46
47
def
upgrade_config(config, def_config):
48
cfg = load_config(config, def_config)
49
cfg.write()
50
51
52
def
get_config_filename(pgclirc_file=None):
Callers
nothing calls this directly
Calls
1
load_config
Function · 0.85
Tested by
no test coverage detected