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

Method __init__

core/strategy_tracker.py:185–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183 }
184
185 def __init__(self):
186 self.state = get_state_store()
187 self._stats: Dict[str, StrategyStats] = {}
188 self._recent_records: List[StrategyRecord] = []
189 self._load_tracker()
190
191 def _load_tracker(self):
192 """Load strategy tracker from storage."""

Callers

nothing calls this directly

Calls 2

_load_trackerMethod · 0.95
get_state_storeFunction · 0.90

Tested by

no test coverage detected