Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ get_config_filename
Function
get_config_filename
pgcli/config.py:52–53 ·
view source on GitHub ↗
(pgclirc_file=None)
Source
from the content-addressed store, hash-verified
50
51
52
def
get_config_filename(pgclirc_file=None):
53
return
pgclirc_file or
"%sconfig"
% config_location()
54
55
56
def
get_config(pgclirc_file=None):
Callers
2
get_config
Function · 0.85
__init__
Method · 0.85
Calls
1
config_location
Function · 0.85
Tested by
no test coverage detected