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

Method __init__

core/memory_v2.py:392–397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

390 """
391
392 def __init__(self):
393 try:
394 from core.state import get_state_store
395 self._state = get_state_store()
396 except Exception:
397 self._state = None
398
399 def log(self, action: str, details: str = None):
400 if self._state and hasattr(self._state, 'log_action'):

Callers

nothing calls this directly

Calls 1

get_state_storeFunction · 0.90

Tested by

no test coverage detected