MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / get_config_manager

Function get_config_manager

config_manager.py:145–150  ·  view source on GitHub ↗

Get global config manager instance

()

Source from the content-addressed store, hash-verified

143
144
145def get_config_manager():
146 """Get global config manager instance"""
147 global _config_manager
148 if _config_manager is None:
149 _config_manager = ConfigManager()
150 return _config_manager

Callers 3

mainFunction · 0.90
main_cliFunction · 0.90
__init__Method · 0.90

Calls 1

ConfigManagerClass · 0.85

Tested by

no test coverage detected