(plan_item: dict[str, Any])
| 120 | |
| 121 | |
| 122 | def source_image_path(plan_item: dict[str, Any]) -> str: |
| 123 | return normalize_whitespace(str(figure_asset_candidate(plan_item).get("path", ""))) |
| 124 | |
| 125 | |
| 126 | def source_image_filename(plan_item: dict[str, Any]) -> str: |
no test coverage detected