MCPcopy
hub / github.com/opensquilla/opensquilla / get

Function get

tests/test_gateway/test_task_session_lifecycle.py:53–54  ·  view source on GitHub ↗
(task_id: str)

Source from the content-addressed store, hash-verified

51 object.__setattr__(rec, key, value)
52
53 async def get(task_id: str) -> AgentTaskRecord | None:
54 return task_db.get(task_id)
55
56 storage.create_agent_task = create
57 storage.update_agent_task = update

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected