MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / get

Method get

src/server/session_manager.py:165–166  ·  view source on GitHub ↗
(self, session_id: str)

Source from the content-addressed store, hash-verified

163 # ─── Read-side helpers ────────────────────────────────────────────
164
165 def get(self, session_id: str) -> SessionInfo | None:
166 return self._sessions.get(session_id)
167
168 def active_session_ids(self) -> list[str]:
169 return [

Callers 15

_persist_settings_keysFunction · 0.45
_on_expanded_view_changeFunction · 0.45
_on_advisor_model_changeFunction · 0.45
on_change_app_stateFunction · 0.45
_read_auth_signalsFunction · 0.45
_diff_dictsFunction · 0.45
load_settingsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected