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

Method __init__

core/preferences.py:281–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

279 ]
280
281 def __init__(self):
282 self.state = get_state_store()
283 self._cache: Dict[str, Any] = {}
284 self._load_preferences()
285
286 def _load_preferences(self):
287 """Load preferences from database."""

Callers

nothing calls this directly

Calls 2

_load_preferencesMethod · 0.95
get_state_storeFunction · 0.90

Tested by

no test coverage detected