Get the marker path for dev backend reload-capable worker starts. Returns: The path to the reload marker.
()
| 34 | |
| 35 | |
| 36 | def get_dev_backend_reload_marker() -> Path: |
| 37 | """Get the marker path for dev backend reload-capable worker starts. |
| 38 | |
| 39 | Returns: |
| 40 | The path to the reload marker. |
| 41 | """ |
| 42 | return get_web_dir() / DEV_BACKEND_RELOAD_MARKER |
| 43 | |
| 44 | |
| 45 | def reset_dev_backend_reload_marker() -> None: |
no test coverage detected