MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / get

Method get

tests/test_retrieval_disabled_mode.py:168–169  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

166 return None
167
168 async def get(self, *args, **kwargs):
169 raise httpx.ConnectError('boom')
170
171 monkeypatch.setattr(paper_search_module.httpx, 'AsyncClient', FailingAsyncClient)
172

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected