MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / get_config

Method get_config

codewiki/cli/config_manager.py:266–273  ·  view source on GitHub ↗

Get current configuration. Returns: Configuration object or None if not loaded

(self)

Source from the content-addressed store, hash-verified

264 return self._api_key
265
266 def get_config(self) -> Optional[Configuration]:
267 """
268 Get current configuration.
269
270 Returns:
271 Configuration object or None if not loaded
272 """
273 return self._config
274
275 def is_configured(self) -> bool:
276 """

Callers 5

config_showFunction · 0.95
config_validateFunction · 0.95
config_agentFunction · 0.95
generate_commandFunction · 0.95
_legacy_generate_docsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected