(marker_dir: str)
| 57 | |
| 58 | @flow(on_cancellation=[parent_cancel_hook], log_prints=True) |
| 59 | async def async_parent_flow(marker_dir: str): |
| 60 | await async_child_flow(marker_dir) |
| 61 | |
| 62 | |
| 63 | async def background_task(marker_dir: str) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…