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

Method __init__

core/daemon_config.py:60–62  ·  view source on GitHub ↗
(self, config_file: Path = CONFIG_FILE)

Source from the content-addressed store, hash-verified

58 """
59
60 def __init__(self, config_file: Path = CONFIG_FILE):
61 self.config_file = config_file
62 self._config: Dict[str, Any] = self._load_config()
63
64 def _load_config(self) -> Dict[str, Any]:
65 """Load configuration from file or return defaults."""

Callers

nothing calls this directly

Calls 1

_load_configMethod · 0.95

Tested by

no test coverage detected