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

Method __init__

core/error_database.py:151–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 }
150
151 def __init__(self):
152 self.state = get_state_store()
153 self._cache: Dict[str, ErrorPattern] = {}
154 self._load_database()
155
156 def _load_database(self):
157 """Load error database from storage."""

Callers

nothing calls this directly

Calls 2

_load_databaseMethod · 0.95
get_state_storeFunction · 0.90

Tested by

no test coverage detected