MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _get_default_manager

Function _get_default_manager

src/config.py:389–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387
388
389def _get_default_manager() -> ConfigManager:
390 global _default_manager
391 if _default_manager is None:
392 _default_manager = ConfigManager()
393 return _default_manager
394
395
396def get_config_path() -> Path:

Callers 15

set_secretFunction · 0.90
delete_secretFunction · 0.90
_get_or_create_user_idFunction · 0.90
_save_companionFunction · 0.90
_set_companion_mutedFunction · 0.90
buddy_command_callFunction · 0.90
vim_command_callFunction · 0.90
update_project_entryFunction · 0.70
load_configFunction · 0.70
save_configFunction · 0.70
set_api_keyFunction · 0.70

Calls 1

ConfigManagerClass · 0.85

Tested by

no test coverage detected