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

Method __init__

core/observability.py:46–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 """
45
46 def __init__(self):
47 self.state_store = get_state_store()
48 if HAS_PSUTIL:
49 self._process = psutil.Process(os.getpid())
50 else:
51 self._process = None
52
53 @property
54 def tokens_used(self) -> int:

Callers

nothing calls this directly

Calls 1

get_state_storeFunction · 0.90

Tested by

no test coverage detected