(plan_item: dict[str, Any])
| 115 | |
| 116 | |
| 117 | def figure_asset_candidate(plan_item: dict[str, Any]) -> dict[str, Any]: |
| 118 | candidate = plan_item.get("figure_asset_candidate") |
| 119 | return candidate if isinstance(candidate, dict) else {} |
| 120 | |
| 121 | |
| 122 | def source_image_path(plan_item: dict[str, Any]) -> str: |
no outgoing calls
no test coverage detected