| 1 | // Cross-target: the advertised output type of an NDJSON streaming operation |
| 2 | // must match what invoking it actually returns. |
| 3 | // |
| 4 | // NDJSON endpoints (Vercel's getRuntimeLogs is the motivating real case) are |
nothing calls this directly
no test coverage detected