()
| 655 | else: |
| 656 | |
| 657 | def _sync_stream_jsonl() -> Iterator[bytes]: |
| 658 | for item in gen: # ty: ignore[not-iterable] |
| 659 | yield _serialize_item(item) |
| 660 | |
| 661 | jsonl_stream_content = _sync_stream_jsonl() |
| 662 |
no test coverage detected
searching dependent graphs…