()
| 712 | |
| 713 | |
| 714 | def streaming_ready() -> bool | None: |
| 715 | if _fetcher: |
| 716 | return _fetcher.streaming_ready |
| 717 | else: |
| 718 | return None # no fetcher, return None to signify that |
| 719 | |
| 720 | |
| 721 | async def wait_for_streaming_ready() -> bool: |
no outgoing calls
no test coverage detected