MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / get_config

Function get_config

core/daemon_config.py:140–145  ·  view source on GitHub ↗

Get the global configuration instance.

()

Source from the content-addressed store, hash-verified

138
139
140def get_config() -> DaemonConfig:
141 """Get the global configuration instance."""
142 global _config
143 if _config is None:
144 _config = DaemonConfig()
145 return _config
146
147
148def reset_config():

Callers 3

__init__Method · 0.90
get_executorFunction · 0.90
create_default_configFunction · 0.85

Calls 1

DaemonConfigClass · 0.85

Tested by

no test coverage detected