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

Function _make_manager

tests/server/test_session_manager.py:14–19  ·  view source on GitHub ↗
(tmp_path, **overrides)

Source from the content-addressed store, hash-verified

12
13
14def _make_manager(tmp_path, **overrides):
15 return SessionManager(
16 workspace=str(tmp_path),
17 index_path=tmp_path / 'idx.json',
18 **overrides,
19 )
20
21
22def test_create_session_assigns_id_and_records_starting(tmp_path):

Calls 1

SessionManagerClass · 0.90

Tested by

no test coverage detected