MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / FakeThread

Class FakeThread

tests/test_desktop_gui.py:3457–3465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3455 "get_push_papers",
3456 lambda push_id: {
3457 "push_id": push_id,
3458 "papers": [
3459 {
3460 "id": 101,
3461 "title": "Placeholder Report Paper",
3462 "arxiv_id": "2606.00001",
3463 "publish_date": "2026-06-01",
3464 "pdf_url": "https://arxiv.org/pdf/2606.00001",
3465 "abs_url": "https://arxiv.org/abs/2606.00001",
3466 }
3467 ],
3468 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected