MCPcopy
hub / github.com/fastapi/fastapi / _sync_stream_jsonl

Function _sync_stream_jsonl

fastapi/routing.py:657–659  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

appFunction · 0.85

Calls 1

_serialize_itemFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…