(res, event, data)
| 733 | } |
| 734 | |
| 735 | function writeSse(res, event, data) { |
| 736 | res.write(`event: ${event}\n`) |
| 737 | res.write(`data: ${JSON.stringify(data)}\n\n`) |
| 738 | } |
| 739 | |
| 740 | // ── Anthropic passthrough ────────────────────────────────────────────── |
| 741 |
no outgoing calls
no test coverage detected