MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / get_casing_file

Function get_casing_file

mssqlcli/config.py:61–65  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

59
60
61def get_casing_file(config):
62 casing_file = config['main']['casing_file']
63 if casing_file == 'default':
64 casing_file = config_location() + 'casing'
65 return casing_file

Callers 1

__init__Method · 0.90

Calls 1

config_locationFunction · 0.85

Tested by

no test coverage detected