| 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 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected